#6B9269

Color #6B9269 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6B9269

Tints of Laurel #6B9269

Color information

#6B9269 (or 0x6B9269) is unknown color: approx Laurel. HEX triplet: 6B, 92 and 69. RGB value is (107,146,105). Sum of RGB (Red+Green+Blue) = 107+146+105=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9269 is #946D96. Grayscale: #818181. Windows color (decimal): -9727383 or 6918763. OLE color: 6918763.

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

Color convert

RGB107146105-
CMYK0.2700.280.43
HSL117.07º16.33%49.22%-
HSV(B)117.07º28.08%57.25%-
XYZ18.8924.717.14-
YUV129.66114.08111.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 105 (41.41% from 255) = 29.33%
R=29.89%
G=40.78%
B=29.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1071461050.2700.280.43117.0716.3349.22
Hex6B92691B01C2B751031
Octal15322215133034531652061
Binary110101110010010110100111011011100101011111010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B9269;
 }
 .AnyTagClassName
 {
   color: #6B9269;
 }
</style>
background-color css

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

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

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

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

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

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