Html Css Color HEX #6C6E00 Olive

📋 copy color: '#6C6E00'

red 108 ◦ green 110 ◦ blue 0

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

Shades of Olive #6C6E00

Tints of Olive #6C6E00

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.54%
G = 50.46%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6C6E00 (or 0x6C6E00) is known color: Olive. HEX triplet: 6C, 6E and 00. RGB value is (108,110,0). Sum of RGB (Red+Green+Blue) = 108+110+0=218 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.54% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6E00 is #9391FF. Grayscale: #616161. Windows color (decimal): -9671168 or 28268. OLE color: 28268.

HSL color Cylindrical-coordinate representation of color #6C6E00: hue angle of 61.09º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C6E00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 110 0 -
CMYK 0.02 0 1 0.57
HSL 61.09º 1% 0.22% -
HSV(B) 61.09º 1% 0.43% -
XYZ 11.76 14.34 2.15 -
YUV 96.86 73.34 135.94 -
System Red Green Blue C M Y K H S L
Decimal 108 110 0 0.02 0 1 0.57 61.09 1 0.22
Hex 6C 6E 0 2 0 64 39 3D 64 16
Octal 154 156 0 2 0 144 71 75 144 26
Binary 1101100 1101110 0 10 0 1100100 111001 111101 1100100 10110

Color Harmonies of #6C6E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6E00

Black with #6C6E00

Text Example


Text Example

White with #6C6E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,110,0); }

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

background-color css

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

 a { background-color: rgb(108,110,0); }

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

border-color css

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

 span { border-color: rgb(108,110,0); }

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