#61AC7C

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

Shades of Ocean Green #61AC7C

Tints of Ocean Green #61AC7C

Color information

#61AC7C (or 0x61AC7C) is unknown color: approx Ocean Green. HEX triplet: 61, AC and 7C. RGB value is (97,172,124). Sum of RGB (Red+Green+Blue) = 97+172+124=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AC7C is #9E5383. Grayscale: #909090. Windows color (decimal): -10376068 or 8170593. OLE color: 8170593.

HSL color Cylindrical-coordinate representation of color #61AC7C: hue angle of 141.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC7C is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB97172124-
CMYK0.4400.280.33
HSL141.6º31.12%52.75%-
HSV(B)141.6º43.6%67.45%-
XYZ23.3233.524.31-
YUV144.1116.6594.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 124 (48.83% from 255) = 31.55%
R=24.68%
G=43.77%
B=31.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721240.4400.280.33141.631.1252.75
Hex61AC7C2C01C218e1f35
Octal14125417454034412163765
Binary11000011010110011111001011000111001000011000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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