Html Css Color HEX #5F956A Laurel

📋 copy color: '#5F956A'

red 95 ◦ green 149 ◦ blue 106

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

Shades of Laurel #5F956A

Tints of Laurel #5F956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 27.14%
G = 42.57%
B = 30.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#5F956A (or 0x5F956A) is known color: Laurel. HEX triplet: 5F, 95 and 6A. RGB value is (95,149,106). Sum of RGB (Red+Green+Blue) = 95+149+106=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #5F956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F956A is #A06A95. Grayscale: #808080. Windows color (decimal): -10513046 or 6985055. OLE color: 6985055.

HSL color Cylindrical-coordinate representation of color #5F956A: hue angle of 132.22º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F956A is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 149 106 -
CMYK 0.36 0 0.29 0.42
HSL 132.22º 0.22% 0.48% -
HSV(B) 132.22º 0.36% 0.58% -
XYZ 18.07 24.97 17.5 -
YUV 127.95 115.61 104.5 -
System Red Green Blue C M Y K H S L
Decimal 95 149 106 0.36 0 0.29 0.42 132.22 0.22 0.48
Hex 5F 95 6A 24 0 1D 2A 84 16 30
Octal 137 225 152 44 0 35 52 204 26 60
Binary 1011111 10010101 1101010 100100 0 11101 101010 10000100 10110 110000

Color Harmonies of #5F956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F956A

Black with #5F956A

Text Example


Text Example

White with #5F956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,149,106); }

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

background-color css

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

 a { background-color: rgb(95,149,106); }

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

border-color css

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

 span { border-color: rgb(95,149,106); }

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