Html Css Color HEX #5FA877 Ocean Green

📋 copy color: '#5FA877'

red 95 ◦ green 168 ◦ blue 119

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

Shades of Ocean Green #5FA877

Tints of Ocean Green #5FA877

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.98%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 24.87%
G = 43.98%
B = 31.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#5FA877 (or 0x5FA877) is known color: Ocean Green. HEX triplet: 5F, A8 and 77. RGB value is (95,168,119). Sum of RGB (Red+Green+Blue) = 95+168+119=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA877 is #A05788. Grayscale: #8C8C8C. Windows color (decimal): -10508169 or 7841887. OLE color: 7841887.

HSL color Cylindrical-coordinate representation of color #5FA877: hue angle of 139.73º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA877 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB 95 168 119 -
CMYK 0.43 0 0.29 0.34
HSL 139.73º 0.3% 0.52% -
HSV(B) 139.73º 0.43% 0.66% -
XYZ 22.05 31.77 22.42 -
YUV 140.59 115.82 95.48 -
System Red Green Blue C M Y K H S L
Decimal 95 168 119 0.43 0 0.29 0.34 139.73 0.3 0.52
Hex 5F A8 77 2B 0 1D 22 8C 1E 34
Octal 137 250 167 53 0 35 42 214 36 64
Binary 1011111 10101000 1110111 101011 0 11101 100010 10001100 11110 110100

Color Harmonies of #5FA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA877

Black with #5FA877

Text Example


Text Example

White with #5FA877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,168,119); }

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

background-color css

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

 a { background-color: rgb(95,168,119); }

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

border-color css

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

 span { border-color: rgb(95,168,119); }

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