Html Css Color HEX #6B936A Laurel

📋 copy color: '#6B936A'

red 107 ◦ green 147 ◦ blue 106

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

Shades of Laurel #6B936A

Tints of Laurel #6B936A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.83%

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 29.72%
G = 40.83%
B = 29.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#6B936A (or 0x6B936A) is known color: Laurel. HEX triplet: 6B, 93 and 6A. RGB value is (107,147,106). Sum of RGB (Red+Green+Blue) = 107+147+106=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #6B936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B936A is #946C95. Grayscale: #828282. Windows color (decimal): -9727126 or 6984555. OLE color: 6984555.

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

Color convert

RGB 107 147 106 -
CMYK 0.27 0 0.28 0.42
HSL 118.54º 0.16% 0.5% -
HSV(B) 118.54º 0.28% 0.58% -
XYZ 19.1 25.03 17.46 -
YUV 130.37 114.25 111.33 -
System Red Green Blue C M Y K H S L
Decimal 107 147 106 0.27 0 0.28 0.42 118.54 0.16 0.5
Hex 6B 93 6A 1B 0 1C 2A 77 10 32
Octal 153 223 152 33 0 34 52 167 20 62
Binary 1101011 10010011 1101010 11011 0 11100 101010 1110111 10000 110010

Color Harmonies of #6B936A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B936A

Black with #6B936A

Text Example


Text Example

White with #6B936A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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