Html Css Color HEX #5FAB76 Ocean Green

📋 copy color: '#5FAB76'

red 95 ◦ green 171 ◦ blue 118

#5FAB76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5FAB76

Tints of Ocean Green #5FAB76

RGB

 RED value IS 95 (37.5% from 255) = 24.74%

 GREEN value IS 171 (67.19% from 255) = 44.53%

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 24.74%
G = 44.53%
B = 30.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#5FAB76 (or 0x5FAB76) is known color: Ocean Green. HEX triplet: 5F, AB and 76. RGB value is (95,171,118). Sum of RGB (Red+Green+Blue) = 95+171+118=384 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.74% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FAB76 is #A05489. Grayscale: #8E8E8E. Windows color (decimal): -10507402 or 7777119. OLE color: 7777119.

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

Color convert

RGB 95 171 118 -
CMYK 0.44 0 0.31 0.33
HSL 138.16º 0.31% 0.52% -
HSV(B) 138.16º 0.44% 0.67% -
XYZ 22.55 32.87 22.29 -
YUV 142.23 114.32 94.31 -
System Red Green Blue C M Y K H S L
Decimal 95 171 118 0.44 0 0.31 0.33 138.16 0.31 0.52
Hex 5F AB 76 2C 0 1F 21 8A 1F 34
Octal 137 253 166 54 0 37 41 212 37 64
Binary 1011111 10101011 1110110 101100 0 11111 100001 10001010 11111 110100

Color Harmonies of #5FAB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAB76

Black with #5FAB76

Text Example


Text Example

White with #5FAB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FAB76; }

 p { color: rgb(95,171,118); }

 H1.HeaderClassName
 {
   color: #5FAB76;
 }
 .AnyTagClassName
 {
   color: #5FAB76;
 }
</style>

background-color css

<style>
 a { background-color: #5FAB76; }

 a { background-color: rgb(95,171,118); }

 div.DivClassName
 {
   background-color: #5FAB76;
 }
 .BgClassName
 {
   background-color: #5FAB76;
 }
</style>

border-color css

<style>
 span { border-color: #5FAB76; }

 span { border-color: rgb(95,171,118); }

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