Html Css Color HEX #6D6A04 Olive

📋 copy color: '#6D6A04'

red 109 ◦ green 106 ◦ blue 4

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

Shades of Olive #6D6A04

Tints of Olive #6D6A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 48.4%

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

R = 49.77%
G = 48.4%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D6A04 (or 0x6D6A04) is known color: Olive. HEX triplet: 6D, 6A and 04. RGB value is (109,106,4). Sum of RGB (Red+Green+Blue) = 109+106+4=219 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.77% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6A04 is #9295FB. Grayscale: #5F5F5F. Windows color (decimal): -9606652 or 289389. OLE color: 289389.

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

Color convert

RGB 109 106 4 -
CMYK 0 0.03 0.96 0.57
HSL 58.29º 0.93% 0.22% -
HSV(B) 58.29º 0.96% 0.43% -
XYZ 11.48 13.57 2.13 -
YUV 95.27 76.49 137.79 -
System Red Green Blue C M Y K H S L
Decimal 109 106 4 0 0.03 0.96 0.57 58.29 0.93 0.22
Hex 6D 6A 4 0 3 60 39 3A 5D 16
Octal 155 152 4 0 3 140 71 72 135 26
Binary 1101101 1101010 100 0 11 1100000 111001 111010 1011101 10110

Color Harmonies of #6D6A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A04

Black with #6D6A04

Text Example


Text Example

White with #6D6A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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