Html Css Color HEX #6F9272 Laurel

📋 copy color: '#6F9272'

red 111 ◦ green 146 ◦ blue 114

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

Shades of Laurel #6F9272

Tints of Laurel #6F9272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.35%

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 29.92%
G = 39.35%
B = 30.73%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#6F9272 (or 0x6F9272) is known color: Laurel. HEX triplet: 6F, 92 and 72. RGB value is (111,146,114). Sum of RGB (Red+Green+Blue) = 111+146+114=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9272 is #906D8D. Grayscale: #838383. Windows color (decimal): -9465230 or 7508591. OLE color: 7508591.

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

Color convert

RGB 111 146 114 -
CMYK 0.24 0 0.22 0.43
HSL 125.14º 0.14% 0.5% -
HSV(B) 125.14º 0.24% 0.57% -
XYZ 19.87 25.15 19.73 -
YUV 131.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 111 146 114 0.24 0 0.22 0.43 125.14 0.14 0.5
Hex 6F 92 72 18 0 16 2B 7D E 32
Octal 157 222 162 30 0 26 53 175 16 62
Binary 1101111 10010010 1110010 11000 0 10110 101011 1111101 1110 110010

Color Harmonies of #6F9272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9272

Black with #6F9272

Text Example


Text Example

White with #6F9272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,146,114); }

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

background-color css

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

 a { background-color: rgb(111,146,114); }

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

border-color css

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

 span { border-color: rgb(111,146,114); }

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