Html Css Color HEX #6B926F Laurel

📋 copy color: '#6B926F'

red 107 ◦ green 146 ◦ blue 111

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

Shades of Laurel #6B926F

Tints of Laurel #6B926F

RGB

 RED value IS 107 (42.19% from 255) = 29.4%

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

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

R = 29.4%
G = 40.11%
B = 30.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#6B926F (or 0x6B926F) is known color: Laurel. HEX triplet: 6B, 92 and 6F. RGB value is (107,146,111). Sum of RGB (Red+Green+Blue) = 107+146+111=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #6B926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B926F is #946D90. Grayscale: #828282. Windows color (decimal): -9727377 or 7311979. OLE color: 7311979.

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

Color convert

RGB 107 146 111 -
CMYK 0.27 0 0.24 0.43
HSL 126.15º 0.15% 0.5% -
HSV(B) 126.15º 0.27% 0.57% -
XYZ 19.21 24.83 18.82 -
YUV 130.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 107 146 111 0.27 0 0.24 0.43 126.15 0.15 0.5
Hex 6B 92 6F 1B 0 18 2B 7E F 32
Octal 153 222 157 33 0 30 53 176 17 62
Binary 1101011 10010010 1101111 11011 0 11000 101011 1111110 1111 110010

Color Harmonies of #6B926F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B926F

Black with #6B926F

Text Example


Text Example

White with #6B926F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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