Html Css Color HEX #5F9966 Laurel

📋 copy color: '#5F9966'

red 95 ◦ green 153 ◦ blue 102

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

Shades of Laurel #5F9966

Tints of Laurel #5F9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

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

R = 27.14%
G = 43.71%
B = 29.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#5F9966 (or 0x5F9966) is known color: Laurel. HEX triplet: 5F, 99 and 66. RGB value is (95,153,102). Sum of RGB (Red+Green+Blue) = 95+153+102=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9966 is #A06699. Grayscale: #818181. Windows color (decimal): -10512026 or 6723935. OLE color: 6723935.

HSL color Cylindrical-coordinate representation of color #5F9966: hue angle of 127.24º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9966 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 153 102 -
CMYK 0.38 0 0.33 0.4
HSL 127.24º 0.23% 0.49% -
HSV(B) 127.24º 0.38% 0.6% -
XYZ 18.51 26.17 16.65 -
YUV 129.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 95 153 102 0.38 0 0.33 0.4 127.24 0.23 0.49
Hex 5F 99 66 26 0 21 28 7F 17 31
Octal 137 231 146 46 0 41 50 177 27 61
Binary 1011111 10011001 1100110 100110 0 100001 101000 1111111 10111 110001

Color Harmonies of #5F9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9966

Black with #5F9966

Text Example


Text Example

White with #5F9966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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