#61A681

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

Shades of Ocean Green #61A681

Tints of Ocean Green #61A681

Color information

#61A681 (or 0x61A681) is unknown color: approx Ocean Green. HEX triplet: 61, A6 and 81. RGB value is (97,166,129). Sum of RGB (Red+Green+Blue) = 97+166+129=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #61A681 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A681 is #9E597E. Grayscale: #8D8D8D. Windows color (decimal): -10377599 or 8496737. OLE color: 8496737.

HSL color Cylindrical-coordinate representation of color #61A681: hue angle of 147.83º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A681 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB97166129-
CMYK0.4200.220.35
HSL147.83º27.94%51.57%-
HSV(B)147.83º41.57%65.1%-
XYZ22.5331.425.64-
YUV141.15121.1496.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 129 (50.78% from 255) = 32.91%
R=24.74%
G=42.35%
B=32.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971661290.4200.220.35147.8327.9451.57
Hex61A6812A01623941c34
Octal14124620152026432243464
Binary110000110100110100000011010100101101000111001010011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,166,129); }

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

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

 a { background-color: rgb(97,166,129); }

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

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

 span { border-color: rgb(97,166,129); }

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