Html Css Color HEX #5F9866 Laurel

📋 copy color: '#5F9866'

red 95 ◦ green 152 ◦ blue 102

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

Shades of Laurel #5F9866

Tints of Laurel #5F9866

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.55%

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

R = 27.22%
G = 43.55%
B = 29.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#5F9866 (or 0x5F9866) is known color: Laurel. HEX triplet: 5F, 98 and 66. RGB value is (95,152,102). Sum of RGB (Red+Green+Blue) = 95+152+102=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #5F9866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9866 is #A06799. Grayscale: #818181. Windows color (decimal): -10512282 or 6723679. OLE color: 6723679.

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

Color convert

RGB 95 152 102 -
CMYK 0.38 0 0.33 0.40
HSL 127.37º 0.23% 0.48% -
HSV(B) 127.37º 0.38% 0.6% -
XYZ 18.35 25.85 16.59 -
YUV 129.26 112.62 103.57 -
System Red Green Blue C M Y K H S L
Decimal 95 152 102 0.38 0 0.33 0.40 127.37 0.23 0.48
Hex 5F 98 66 26 0 21 28 7F 17 30
Octal 137 230 146 46 0 41 50 177 27 60
Binary 1011111 10011000 1100110 100110 0 100001 101000 1111111 10111 110000

Color Harmonies of #5F9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9866

Black with #5F9866

Text Example


Text Example

White with #5F9866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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