Html Css Color HEX #5F9B66 Laurel

📋 copy color: '#5F9B66'

red 95 ◦ green 155 ◦ blue 102

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

Shades of Laurel #5F9B66

Tints of Laurel #5F9B66

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.03%

 BLUE value IS 102 (40.23% from 255) = 28.98%

R = 26.99%
G = 44.03%
B = 28.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#5F9B66 (or 0x5F9B66) is known color: Laurel. HEX triplet: 5F, 9B and 66. RGB value is (95,155,102). Sum of RGB (Red+Green+Blue) = 95+155+102=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9B66 is #A06499. Grayscale: #838383. Windows color (decimal): -10511514 or 6724447. OLE color: 6724447.

HSL color Cylindrical-coordinate representation of color #5F9B66: hue angle of 127º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9B66 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 155 102 -
CMYK 0.39 0 0.34 0.39
HSL 127º 0.24% 0.49% -
HSV(B) 127º 0.39% 0.61% -
XYZ 18.84 26.83 16.76 -
YUV 131.02 111.62 102.31 -
System Red Green Blue C M Y K H S L
Decimal 95 155 102 0.39 0 0.34 0.39 127 0.24 0.49
Hex 5F 9B 66 27 0 22 27 7F 18 31
Octal 137 233 146 47 0 42 47 177 30 61
Binary 1011111 10011011 1100110 100111 0 100010 100111 1111111 11000 110001

Color Harmonies of #5F9B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9B66

Black with #5F9B66

Text Example


Text Example

White with #5F9B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,155,102); }

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

background-color css

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

 a { background-color: rgb(95,155,102); }

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

border-color css

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

 span { border-color: rgb(95,155,102); }

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