Html Css Color HEX #6B936E Laurel

📋 copy color: '#6B936E'

red 107 ◦ green 147 ◦ blue 110

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

Shades of Laurel #6B936E

Tints of Laurel #6B936E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.22%

R = 29.4%
G = 40.38%
B = 30.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#6B936E (or 0x6B936E) is known color: 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

RGB 107 147 110 -
CMYK 0.27 0 0.25 0.42
HSL 124.5º 0.16% 0.5% -
HSV(B) 124.5º 0.27% 0.58% -
XYZ 19.31 25.12 18.58 -
YUV 130.82 116.25 111.01 -
System Red Green Blue C M Y K H S L
Decimal 107 147 110 0.27 0 0.25 0.42 124.5 0.16 0.5
Hex 6B 93 6E 1B 0 19 2A 7C 10 32
Octal 153 223 156 33 0 31 52 174 20 62
Binary 1101011 10010011 1101110 11011 0 11001 101010 1111100 10000 110010

Color Harmonies of #6B936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B936E

Black with #6B936E

Text Example


Text Example

White with #6B936E

Text Example


Text Example

HTML Codes & Css Web 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>