Html Css Color HEX #5F9E65 Laurel

📋 copy color: '#5F9E65'

red 95 ◦ green 158 ◦ blue 101

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

Shades of Laurel #5F9E65

Tints of Laurel #5F9E65

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.63%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 26.84%
G = 44.63%
B = 28.53%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#5F9E65 (or 0x5F9E65) is known color: Laurel. HEX triplet: 5F, 9E and 65. RGB value is (95,158,101). Sum of RGB (Red+Green+Blue) = 95+158+101=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 158 (62.11% from 255 or 44.63% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E65 is #A0619A. Grayscale: #848484. Windows color (decimal): -10510747 or 6659679. OLE color: 6659679.

HSL color Cylindrical-coordinate representation of color #5F9E65: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9E65 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 158 101 -
CMYK 0.40 0 0.36 0.38
HSL 125.71º 0.25% 0.5% -
HSV(B) 125.71º 0.4% 0.62% -
XYZ 19.3 27.83 16.67 -
YUV 132.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 95 158 101 0.40 0 0.36 0.38 125.71 0.25 0.5
Hex 5F 9E 65 28 0 24 26 7E 19 32
Octal 137 236 145 50 0 44 46 176 31 62
Binary 1011111 10011110 1100101 101000 0 100100 100110 1111110 11001 110010

Color Harmonies of #5F9E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9E65

Black with #5F9E65

Text Example


Text Example

White with #5F9E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,158,101); }

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

background-color css

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

 a { background-color: rgb(95,158,101); }

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

border-color css

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

 span { border-color: rgb(95,158,101); }

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