#61AF7D

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

Shades of Ocean Green #61AF7D

Tints of Ocean Green #61AF7D

Color information

#61AF7D (or 0x61AF7D) is unknown color: approx Ocean Green. HEX triplet: 61, AF and 7D. RGB value is (97,175,125). Sum of RGB (Red+Green+Blue) = 97+175+125=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #61AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AF7D is #9E5082. Grayscale: #929292. Windows color (decimal): -10375299 or 8236897. OLE color: 8236897.

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

Color convert

RGB97175125-
CMYK0.4500.290.31
HSL141.54º32.77%53.33%-
HSV(B)141.54º44.57%68.63%-
XYZ23.9634.6824.83-
YUV145.98116.1693.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 125 (49.22% from 255) = 31.49%
R=24.43%
G=44.08%
B=31.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971751250.4500.290.31141.5432.7753.33
Hex61AF7D2D01D1F8e2135
Octal14125717555035372164165
Binary11000011010111111111011011010111011111110001110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,175,125); }

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

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

 a { background-color: rgb(97,175,125); }

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

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

 span { border-color: rgb(97,175,125); }

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