Html Css Color HEX #6C8A70 Laurel

📋 copy color: '#6C8A70'

red 108 ◦ green 138 ◦ blue 112

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

Shades of Laurel #6C8A70

Tints of Laurel #6C8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.55%

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

R = 30.17%
G = 38.55%
B = 31.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#6C8A70 (or 0x6C8A70) is known color: Laurel. HEX triplet: 6C, 8A and 70. RGB value is (108,138,112). Sum of RGB (Red+Green+Blue) = 108+138+112=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A70 is #93758F. Grayscale: #7E7E7E. Windows color (decimal): -9663888 or 7375468. OLE color: 7375468.

HSL color Cylindrical-coordinate representation of color #6C8A70: hue angle of 128º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8A70 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 108 138 112 -
CMYK 0.22 0 0.19 0.46
HSL 128º 0.12% 0.48% -
HSV(B) 128º 0.22% 0.54% -
XYZ 18.2 22.53 18.72 -
YUV 126.07 120.06 115.11 -
System Red Green Blue C M Y K H S L
Decimal 108 138 112 0.22 0 0.19 0.46 128 0.12 0.48
Hex 6C 8A 70 16 0 13 2E 80 C 30
Octal 154 212 160 26 0 23 56 200 14 60
Binary 1101100 10001010 1110000 10110 0 10011 101110 10000000 1100 110000

Color Harmonies of #6C8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8A70

Black with #6C8A70

Text Example


Text Example

White with #6C8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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