Html Css Color HEX #6F9174 Laurel

📋 copy color: '#6F9174'

red 111 ◦ green 145 ◦ blue 116

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

Shades of Laurel #6F9174

Tints of Laurel #6F9174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 29.84%
G = 38.98%
B = 31.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#6F9174 (or 0x6F9174) is known color: Laurel. HEX triplet: 6F, 91 and 74. RGB value is (111,145,116). Sum of RGB (Red+Green+Blue) = 111+145+116=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9174 is #906E8B. Grayscale: #838383. Windows color (decimal): -9465484 or 7639407. OLE color: 7639407.

HSL color Cylindrical-coordinate representation of color #6F9174: hue angle of 128.82º 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 #6F9174 is Cyan = 0.23, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 145 116 -
CMYK 0.23 0 0.2 0.43
HSL 128.82º 0.13% 0.5% -
HSV(B) 128.82º 0.23% 0.57% -
XYZ 19.83 24.89 20.28 -
YUV 131.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 111 145 116 0.23 0 0.2 0.43 128.82 0.13 0.5
Hex 6F 91 74 17 0 14 2B 81 D 32
Octal 157 221 164 27 0 24 53 201 15 62
Binary 1101111 10010001 1110100 10111 0 10100 101011 10000001 1101 110010

Color Harmonies of #6F9174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9174

Black with #6F9174

Text Example


Text Example

White with #6F9174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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