Html Css Color HEX #6C6600 Olive

📋 copy color: '#6C6600'

red 108 ◦ green 102 ◦ blue 0

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

Shades of Olive #6C6600

Tints of Olive #6C6600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

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

R = 51.43%
G = 48.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#6C6600 (or 0x6C6600) is known color: Olive. HEX triplet: 6C, 66 and 00. RGB value is (108,102,0). Sum of RGB (Red+Green+Blue) = 108+102+0=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6C6600 is #9399FF. Grayscale: #5C5C5C. Windows color (decimal): -9673216 or 26220. OLE color: 26220.

HSL color Cylindrical-coordinate representation of color #6C6600: hue angle of 56.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6C6600 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 102 0 -
CMYK 0 0.06 1 0.58
HSL 56.67º 1% 0.21% -
HSV(B) 56.67º 1% 0.42% -
XYZ 10.94 12.69 1.87 -
YUV 92.17 75.99 139.29 -
System Red Green Blue C M Y K H S L
Decimal 108 102 0 0 0.06 1 0.58 56.67 1 0.21
Hex 6C 66 0 0 6 64 3A 39 64 15
Octal 154 146 0 0 6 144 72 71 144 25
Binary 1101100 1100110 0 0 110 1100100 111010 111001 1100100 10101

Color Harmonies of #6C6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6600

Black with #6C6600

Text Example


Text Example

White with #6C6600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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