Html Css Color HEX #6D6504 Olive

📋 copy color: '#6D6504'

red 109 ◦ green 101 ◦ blue 4

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

Shades of Olive #6D6504

Tints of Olive #6D6504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.87%

R = 50.93%
G = 47.2%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D6504 (or 0x6D6504) is known color: Olive. HEX triplet: 6D, 65 and 04. RGB value is (109,101,4). Sum of RGB (Red+Green+Blue) = 109+101+4=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 4 (1.95% from 255 or 1.87% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6504 is #929AFB. Grayscale: #5C5C5C. Windows color (decimal): -9607932 or 288109. OLE color: 288109.

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

Color convert

RGB 109 101 4 -
CMYK 0 0.07 0.96 0.57
HSL 55.43º 0.93% 0.22% -
HSV(B) 55.43º 0.96% 0.43% -
XYZ 10.98 12.57 1.96 -
YUV 92.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 109 101 4 0 0.07 0.96 0.57 55.43 0.93 0.22
Hex 6D 65 4 0 7 60 39 37 5D 16
Octal 155 145 4 0 7 140 71 67 135 26
Binary 1101101 1100101 100 0 111 1100000 111001 110111 1011101 10110

Color Harmonies of #6D6504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6504

Black with #6D6504

Text Example


Text Example

White with #6D6504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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