Html Css Color HEX #6D6300 Olive

📋 copy color: '#6D6300'

red 109 ◦ green 99 ◦ blue 0

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

Shades of Olive #6D6300

Tints of Olive #6D6300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.6%

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

R = 52.4%
G = 47.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D6300 (or 0x6D6300) is known color: Olive. HEX triplet: 6D, 63 and 00. RGB value is (109,99,0). Sum of RGB (Red+Green+Blue) = 109+99+0=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6300 is #929CFF. Grayscale: #5B5B5B. Windows color (decimal): -9608448 or 25453. OLE color: 25453.

HSL color Cylindrical-coordinate representation of color #6D6300: hue angle of 54.5º 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 #6D6300 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 99 0 -
CMYK 0 0.09 1 0.57
HSL 54.5º 1% 0.21% -
HSV(B) 54.5º 1% 0.43% -
XYZ 10.77 12.17 1.78 -
YUV 90.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 109 99 0 0 0.09 1 0.57 54.5 1 0.21
Hex 6D 63 0 0 9 64 39 36 64 15
Octal 155 143 0 0 11 144 71 66 144 25
Binary 1101101 1100011 0 0 1001 1100100 111001 110110 1100100 10101

Color Harmonies of #6D6300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6300

Black with #6D6300

Text Example


Text Example

White with #6D6300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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