Html Css Color HEX #5F936A Laurel

📋 copy color: '#5F936A'

red 95 ◦ green 147 ◦ blue 106

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

Shades of Laurel #5F936A

Tints of Laurel #5F936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.24%

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

R = 27.3%
G = 42.24%
B = 30.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#5F936A (or 0x5F936A) is known color: Laurel. HEX triplet: 5F, 93 and 6A. RGB value is (95,147,106). Sum of RGB (Red+Green+Blue) = 95+147+106=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 147 - color contains mainly: green. Hex color #5F936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F936A is #A06C95. Grayscale: #7E7E7E. Windows color (decimal): -10513558 or 6984543. OLE color: 6984543.

HSL color Cylindrical-coordinate representation of color #5F936A: hue angle of 132.69º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F936A is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 147 106 -
CMYK 0.35 0 0.28 0.42
HSL 132.69º 0.21% 0.47% -
HSV(B) 132.69º 0.35% 0.58% -
XYZ 17.75 24.34 17.4 -
YUV 126.78 116.27 105.33 -
System Red Green Blue C M Y K H S L
Decimal 95 147 106 0.35 0 0.28 0.42 132.69 0.21 0.47
Hex 5F 93 6A 23 0 1C 2A 85 15 2F
Octal 137 223 152 43 0 34 52 205 25 57
Binary 1011111 10010011 1101010 100011 0 11100 101010 10000101 10101 101111

Color Harmonies of #5F936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F936A

Black with #5F936A

Text Example


Text Example

White with #5F936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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