Html Css Color HEX #5FA67C Ocean Green

📋 copy color: '#5FA67C'

red 95 ◦ green 166 ◦ blue 124

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

Shades of Ocean Green #5FA67C

Tints of Ocean Green #5FA67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 24.68%
G = 43.12%
B = 32.21%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#5FA67C (or 0x5FA67C) is known color: Ocean Green. HEX triplet: 5F, A6 and 7C. RGB value is (95,166,124). Sum of RGB (Red+Green+Blue) = 95+166+124=385 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.68% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA67C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA67C is #A05983. Grayscale: #8C8C8C. Windows color (decimal): -10508676 or 8169055. OLE color: 8169055.

HSL color Cylindrical-coordinate representation of color #5FA67C: hue angle of 144.51º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA67C is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 124 -
CMYK 0.43 0 0.25 0.35
HSL 144.51º 0.29% 0.51% -
HSV(B) 144.51º 0.43% 0.65% -
XYZ 21.99 31.16 23.92 -
YUV 139.98 118.98 95.92 -
System Red Green Blue C M Y K H S L
Decimal 95 166 124 0.43 0 0.25 0.35 144.51 0.29 0.51
Hex 5F A6 7C 2B 0 19 23 91 1D 33
Octal 137 246 174 53 0 31 43 221 35 63
Binary 1011111 10100110 1111100 101011 0 11001 100011 10010001 11101 110011

Color Harmonies of #5FA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA67C

Black with #5FA67C

Text Example


Text Example

White with #5FA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,166,124); }

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

background-color css

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

 a { background-color: rgb(95,166,124); }

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

border-color css

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

 span { border-color: rgb(95,166,124); }

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