Html Css Color HEX #6D6600 Olive

📋 copy color: '#6D6600'

red 109 ◦ green 102 ◦ blue 0

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

Shades of Olive #6D6600

Tints of Olive #6D6600

RGB

 RED value IS 109 (42.97% from 255) = 51.66%

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

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

R = 51.66%
G = 48.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D6600 (or 0x6D6600) is known color: Olive. HEX triplet: 6D, 66 and 00. RGB value is (109,102,0). Sum of RGB (Red+Green+Blue) = 109+102+0=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6600 is #9299FF. Grayscale: #5C5C5C. Windows color (decimal): -9607680 or 26221. OLE color: 26221.

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

Color convert

RGB 109 102 0 -
CMYK 0 0.06 1 0.57
HSL 56.15º 1% 0.21% -
HSV(B) 56.15º 1% 0.43% -
XYZ 11.06 12.75 1.88 -
YUV 92.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 109 102 0 0 0.06 1 0.57 56.15 1 0.21
Hex 6D 66 0 0 6 64 39 38 64 15
Octal 155 146 0 0 6 144 71 70 144 25
Binary 1101101 1100110 0 0 110 1100100 111001 111000 1100100 10101

Color Harmonies of #6D6600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6600

Black with #6D6600

Text Example


Text Example

White with #6D6600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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