Html Css Color HEX #6C8773 Laurel

📋 copy color: '#6C8773'

red 108 ◦ green 135 ◦ blue 115

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

Shades of Laurel #6C8773

Tints of Laurel #6C8773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.12%

R = 30.17%
G = 37.71%
B = 32.12%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#6C8773 (or 0x6C8773) is known color: Laurel. HEX triplet: 6C, 87 and 73. RGB value is (108,135,115). Sum of RGB (Red+Green+Blue) = 108+135+115=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #6C8773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8773 is #93788C. Grayscale: #7C7C7C. Windows color (decimal): -9664653 or 7571308. OLE color: 7571308.

HSL color Cylindrical-coordinate representation of color #6C8773: hue angle of 135.56º 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 #6C8773 is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 135 115 -
CMYK 0.2 0 0.15 0.47
HSL 135.56º 0.11% 0.48% -
HSV(B) 135.56º 0.2% 0.53% -
XYZ 17.94 21.75 19.47 -
YUV 124.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 108 135 115 0.2 0 0.15 0.47 135.56 0.11 0.48
Hex 6C 87 73 14 0 F 2F 88 B 30
Octal 154 207 163 24 0 17 57 210 13 60
Binary 1101100 10000111 1110011 10100 0 1111 101111 10001000 1011 110000

Color Harmonies of #6C8773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8773

Black with #6C8773

Text Example


Text Example

White with #6C8773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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