Html Css Color HEX #6D6501 Olive

📋 copy color: '#6D6501'

red 109 ◦ green 101 ◦ blue 1

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

Shades of Olive #6D6501

Tints of Olive #6D6501

RGB

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

 GREEN value IS 101 (39.84% from 255) = 47.87%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 51.66%
G = 47.87%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#6D6501 (or 0x6D6501) is known color: Olive. HEX triplet: 6D, 65 and 01. RGB value is (109,101,1). Sum of RGB (Red+Green+Blue) = 109+101+1=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6501 is #929AFE. Grayscale: #5C5C5C. Windows color (decimal): -9607935 or 91501. OLE color: 91501.

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

Color convert

RGB 109 101 1 -
CMYK 0 0.07 0.99 0.57
HSL 55.56º 0.98% 0.22% -
HSV(B) 55.56º 0.99% 0.43% -
XYZ 10.97 12.56 1.88 -
YUV 91.99 76.65 140.13 -
System Red Green Blue C M Y K H S L
Decimal 109 101 1 0 0.07 0.99 0.57 55.56 0.98 0.22
Hex 6D 65 1 0 7 63 39 38 62 16
Octal 155 145 1 0 7 143 71 70 142 26
Binary 1101101 1100101 1 0 111 1100011 111001 111000 1100010 10110

Color Harmonies of #6D6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6501

Black with #6D6501

Text Example


Text Example

White with #6D6501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,101,1); }

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

background-color css

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

 a { background-color: rgb(109,101,1); }

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

border-color css

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

 span { border-color: rgb(109,101,1); }

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