Html Css Color HEX #6C9868 Laurel

📋 copy color: '#6C9868'

red 108 ◦ green 152 ◦ blue 104

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

Shades of Laurel #6C9868

Tints of Laurel #6C9868

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.76%

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 29.67%
G = 41.76%
B = 28.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#6C9868 (or 0x6C9868) is known color: Laurel. HEX triplet: 6C, 98 and 68. RGB value is (108,152,104). Sum of RGB (Red+Green+Blue) = 108+152+104=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 152 (59.77% from 255 or 41.76% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 152 - color contains mainly: green. Hex color #6C9868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9868 is #936797. Grayscale: #858585. Windows color (decimal): -9660312 or 6854764. OLE color: 6854764.

HSL color Cylindrical-coordinate representation of color #6C9868: hue angle of 115º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9868 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 104 -
CMYK 0.29 0 0.32 0.40
HSL 115º 0.19% 0.5% -
HSV(B) 115º 0.32% 0.6% -
XYZ 19.91 26.64 17.19 -
YUV 133.37 111.42 109.9 -
System Red Green Blue C M Y K H S L
Decimal 108 152 104 0.29 0 0.32 0.40 115 0.19 0.5
Hex 6C 98 68 1D 0 20 28 73 13 32
Octal 154 230 150 35 0 40 50 163 23 62
Binary 1101100 10011000 1101000 11101 0 100000 101000 1110011 10011 110010

Color Harmonies of #6C9868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9868

Black with #6C9868

Text Example


Text Example

White with #6C9868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,152,104); }

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

background-color css

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

 a { background-color: rgb(108,152,104); }

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

border-color css

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

 span { border-color: rgb(108,152,104); }

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