#61AC7E

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

Shades of Ocean Green #61AC7E

Tints of Ocean Green #61AC7E

Color information

#61AC7E (or 0x61AC7E) is unknown color: approx Ocean Green. HEX triplet: 61, AC and 7E. RGB value is (97,172,126). Sum of RGB (Red+Green+Blue) = 97+172+126=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AC7E is #9E5381. Grayscale: #909090. Windows color (decimal): -10376066 or 8301665. OLE color: 8301665.

HSL color Cylindrical-coordinate representation of color #61AC7E: hue angle of 143.2º 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 #61AC7E is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB97172126-
CMYK0.4400.270.33
HSL143.2º31.12%52.75%-
HSV(B)143.2º43.6%67.45%-
XYZ23.4533.5524.98-
YUV144.33117.6594.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 172 (67.58% from 255) = 43.54%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=24.56%
G=43.54%
B=31.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971721260.4400.270.33143.231.1252.75
Hex61AC7E2C01B218f1f35
Octal14125417654033412173765
Binary11000011010110011111101011000110111000011000111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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