Html Css Color HEX #6F926F Laurel

📋 copy color: '#6F926F'

red 111 ◦ green 146 ◦ blue 111

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

Shades of Laurel #6F926F

Tints of Laurel #6F926F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 30.16%
G = 39.67%
B = 30.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#6F926F (or 0x6F926F) is known color: Laurel. HEX triplet: 6F, 92 and 6F. RGB value is (111,146,111). Sum of RGB (Red+Green+Blue) = 111+146+111=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #6F926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F926F is #906D90. Grayscale: #838383. Windows color (decimal): -9465233 or 7311983. OLE color: 7311983.

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

Color convert

RGB 111 146 111 -
CMYK 0.24 0 0.24 0.43
HSL 120º 0.14% 0.5% -
HSV(B) 120º 0.24% 0.57% -
XYZ 19.7 25.08 18.84 -
YUV 131.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 111 146 111 0.24 0 0.24 0.43 120 0.14 0.5
Hex 6F 92 6F 18 0 18 2B 78 E 32
Octal 157 222 157 30 0 30 53 170 16 62
Binary 1101111 10010010 1101111 11000 0 11000 101011 1111000 1110 110010

Color Harmonies of #6F926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F926F

Black with #6F926F

Text Example


Text Example

White with #6F926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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