#61B07C

Color #61B07C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #61B07C

Tints of Ocean Green #61B07C

Color information

#61B07C (or 0x61B07C) is unknown color: approx Ocean Green. HEX triplet: 61, B0 and 7C. RGB value is (97,176,124). Sum of RGB (Red+Green+Blue) = 97+176+124=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 176 (69.14% from 255 or 44.33% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 176 - color contains mainly: green. Hex color #61B07C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61B07C is #9E4F83. Grayscale: #929292. Windows color (decimal): -10375044 or 8171617. OLE color: 8171617.

HSL color Cylindrical-coordinate representation of color #61B07C: hue angle of 140.51º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B07C is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB97176124-
CMYK0.4500.300.31
HSL140.51º33.33%53.53%-
HSV(B)140.51º44.89%69.02%-
XYZ24.0935.0524.56-
YUV146.45115.3392.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 176 (69.14% from 255) = 44.33%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=24.43%
G=44.33%
B=31.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761240.4500.300.31140.5133.3353.53
Hex61B07C2D01E1F8d2136
Octal14126017455036372154166
Binary11000011011000011111001011010111101111110001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B07C; }

 p { color: rgb(97,176,124); }

 H1.HeaderClassName
 {
   color: #61B07C;
 }
 .AnyTagClassName
 {
   color: #61B07C;
 }
</style>
background-color css

<style>
 a { background-color: #61B07C; }

 a { background-color: rgb(97,176,124); }

 div.DivClassName
 {
   background-color: #61B07C;
 }
 .BgClassName
 {
   background-color: #61B07C;
 }
</style>
border-color css

<style>
 span { border-color: #61B07C; }

 span { border-color: rgb(97,176,124); }

 td.TdClassName
 {
   border-color: #61B07C;
 }
 .TagClassName
 {
   border-color: #61B07C;
 }
</style>