Html Css Color HEX #5F9569 Laurel

📋 copy color: '#5F9569'

red 95 ◦ green 149 ◦ blue 105

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

Shades of Laurel #5F9569

Tints of Laurel #5F9569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 27.22%
G = 42.69%
B = 30.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#5F9569 (or 0x5F9569) is known color: Laurel. HEX triplet: 5F, 95 and 69. RGB value is (95,149,105). Sum of RGB (Red+Green+Blue) = 95+149+105=349 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.22% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9569 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9569 is #A06A96. Grayscale: #7F7F7F. Windows color (decimal): -10513047 or 6919519. OLE color: 6919519.

HSL color Cylindrical-coordinate representation of color #5F9569: hue angle of 131.11º 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 #5F9569 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 149 105 -
CMYK 0.36 0 0.30 0.42
HSL 131.11º 0.22% 0.48% -
HSV(B) 131.11º 0.36% 0.58% -
XYZ 18.02 24.95 17.23 -
YUV 127.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 95 149 105 0.36 0 0.30 0.42 131.11 0.22 0.48
Hex 5F 95 69 24 0 1E 2A 83 16 30
Octal 137 225 151 44 0 36 52 203 26 60
Binary 1011111 10010101 1101001 100100 0 11110 101010 10000011 10110 110000

Color Harmonies of #5F9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9569

Black with #5F9569

Text Example


Text Example

White with #5F9569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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