Html Css Color HEX #6F8170 Laurel

📋 copy color: '#6F8170'

red 111 ◦ green 129 ◦ blue 112

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

Shades of Laurel #6F8170

Tints of Laurel #6F8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 31.53%
G = 36.65%
B = 31.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#6F8170 (or 0x6F8170) is known color: Laurel. HEX triplet: 6F, 81 and 70. RGB value is (111,129,112). Sum of RGB (Red+Green+Blue) = 111+129+112=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8170 is #907E8F. Grayscale: #797979. Windows color (decimal): -9469584 or 7373167. OLE color: 7373167.

HSL color Cylindrical-coordinate representation of color #6F8170: hue angle of 123.33º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8170 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 111 129 112 -
CMYK 0.14 0 0.13 0.49
HSL 123.33º 0.08% 0.47% -
HSV(B) 123.33º 0.14% 0.51% -
XYZ 17.33 20.25 18.32 -
YUV 121.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 111 129 112 0.14 0 0.13 0.49 123.33 0.08 0.47
Hex 6F 81 70 E 0 D 31 7B 8 2F
Octal 157 201 160 16 0 15 61 173 10 57
Binary 1101111 10000001 1110000 1110 0 1101 110001 1111011 1000 101111

Color Harmonies of #6F8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8170

Black with #6F8170

Text Example


Text Example

White with #6F8170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,112); }

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

background-color css

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

 a { background-color: rgb(111,129,112); }

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

border-color css

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

 span { border-color: rgb(111,129,112); }

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