Html Css Color HEX #6F9171 Laurel

📋 copy color: '#6F9171'

red 111 ◦ green 145 ◦ blue 113

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

Shades of Laurel #6F9171

Tints of Laurel #6F9171

RGB

 RED value IS 111 (43.75% from 255) = 30.08%

 GREEN value IS 145 (57.03% from 255) = 39.3%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 30.08%
G = 39.3%
B = 30.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#6F9171 (or 0x6F9171) is known color: Laurel. HEX triplet: 6F, 91 and 71. RGB value is (111,145,113). Sum of RGB (Red+Green+Blue) = 111+145+113=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9171 is #906E8E. Grayscale: #838383. Windows color (decimal): -9465487 or 7442799. OLE color: 7442799.

HSL color Cylindrical-coordinate representation of color #6F9171: hue angle of 123.53º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9171 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 113 -
CMYK 0.23 0 0.22 0.43
HSL 123.53º 0.13% 0.5% -
HSV(B) 123.53º 0.23% 0.57% -
XYZ 19.66 24.82 19.38 -
YUV 131.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 111 145 113 0.23 0 0.22 0.43 123.53 0.13 0.5
Hex 6F 91 71 17 0 16 2B 7C D 32
Octal 157 221 161 27 0 26 53 174 15 62
Binary 1101111 10010001 1110001 10111 0 10110 101011 1111100 1101 110010

Color Harmonies of #6F9171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9171

Black with #6F9171

Text Example


Text Example

White with #6F9171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9171; }

 p { color: rgb(111,145,113); }

 H1.HeaderClassName
 {
   color: #6F9171;
 }
 .AnyTagClassName
 {
   color: #6F9171;
 }
</style>

background-color css

<style>
 a { background-color: #6F9171; }

 a { background-color: rgb(111,145,113); }

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

border-color css

<style>
 span { border-color: #6F9171; }

 span { border-color: rgb(111,145,113); }

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