Html Css Color HEX #6C8770 Laurel

📋 copy color: '#6C8770'

red 108 ◦ green 135 ◦ blue 112

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

Shades of Laurel #6C8770

Tints of Laurel #6C8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.03%

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

R = 30.42%
G = 38.03%
B = 31.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#6C8770 (or 0x6C8770) is known color: Laurel. HEX triplet: 6C, 87 and 70. RGB value is (108,135,112). Sum of RGB (Red+Green+Blue) = 108+135+112=355 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.42% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8770 is #93788F. Grayscale: #7C7C7C. Windows color (decimal): -9664656 or 7374700. OLE color: 7374700.

HSL color Cylindrical-coordinate representation of color #6C8770: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6C8770 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 112 -
CMYK 0.2 0 0.17 0.47
HSL 128.89º 0.11% 0.48% -
HSV(B) 128.89º 0.2% 0.53% -
XYZ 17.77 21.69 18.58 -
YUV 124.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 108 135 112 0.2 0 0.17 0.47 128.89 0.11 0.48
Hex 6C 87 70 14 0 11 2F 81 B 30
Octal 154 207 160 24 0 21 57 201 13 60
Binary 1101100 10000111 1110000 10100 0 10001 101111 10000001 1011 110000

Color Harmonies of #6C8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8770

Black with #6C8770

Text Example


Text Example

White with #6C8770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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