#6B936E

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

Shades of Laurel #6B936E

Tints of Laurel #6B936E

Color information

#6B936E (or 0x6B936E) is unknown color: approx Laurel. HEX triplet: 6B, 93 and 6E. RGB value is (107,147,110). Sum of RGB (Red+Green+Blue) = 107+147+110=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #6B936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B936E is #946C91. Grayscale: #828282. Windows color (decimal): -9727122 or 7246699. OLE color: 7246699.

HSL color Cylindrical-coordinate representation of color #6B936E: hue angle of 124.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B936E is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB107147110-
CMYK0.2700.250.42
HSL124.5º15.75%49.8%-
HSV(B)124.5º27.21%57.65%-
XYZ19.3125.1218.58-
YUV130.82116.25111.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.40%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=29.40%
G=40.38%
B=30.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071471100.2700.250.42124.515.7549.8
Hex6B936E1B0192A7c1032
Octal15322315633031521742062
Binary110101110010011110111011011011001101010111110010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,110); }

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

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

 a { background-color: rgb(107,147,110); }

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

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

 span { border-color: rgb(107,147,110); }

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