Html Css Color HEX #6C9370 Laurel

📋 copy color: '#6C9370'

red 108 ◦ green 147 ◦ blue 112

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

Shades of Laurel #6C9370

Tints of Laurel #6C9370

RGB

 RED value IS 108 (42.58% from 255) = 29.43%

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

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 29.43%
G = 40.05%
B = 30.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#6C9370 (or 0x6C9370) is known color: Laurel. HEX triplet: 6C, 93 and 70. RGB value is (108,147,112). Sum of RGB (Red+Green+Blue) = 108+147+112=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #6C9370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9370 is #936C8F. Grayscale: #838383. Windows color (decimal): -9661584 or 7377772. OLE color: 7377772.

HSL color Cylindrical-coordinate representation of color #6C9370: hue angle of 126.15º degrees, saturation: 0.15, 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 #6C9370 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 147 112 -
CMYK 0.27 0 0.24 0.42
HSL 126.15º 0.15% 0.5% -
HSV(B) 126.15º 0.27% 0.58% -
XYZ 19.54 25.23 19.17 -
YUV 131.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 108 147 112 0.27 0 0.24 0.42 126.15 0.15 0.5
Hex 6C 93 70 1B 0 18 2A 7E F 32
Octal 154 223 160 33 0 30 52 176 17 62
Binary 1101100 10010011 1110000 11011 0 11000 101010 1111110 1111 110010

Color Harmonies of #6C9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9370

Black with #6C9370

Text Example


Text Example

White with #6C9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,147,112); }

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

background-color css

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

 a { background-color: rgb(108,147,112); }

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

border-color css

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

 span { border-color: rgb(108,147,112); }

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