Html Css Color HEX #6D6904 Olive

📋 copy color: '#6D6904'

red 109 ◦ green 105 ◦ blue 4

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

Shades of Olive #6D6904

Tints of Olive #6D6904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.17%

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

R = 50%
G = 48.17%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#6D6904 (or 0x6D6904) is known color: Olive. HEX triplet: 6D, 69 and 04. RGB value is (109,105,4). Sum of RGB (Red+Green+Blue) = 109+105+4=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6904 is #9296FB. Grayscale: #5F5F5F. Windows color (decimal): -9606908 or 289133. OLE color: 289133.

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

Color convert

RGB 109 105 4 -
CMYK 0 0.04 0.96 0.57
HSL 57.71º 0.93% 0.22% -
HSV(B) 57.71º 0.96% 0.43% -
XYZ 11.38 13.36 2.09 -
YUV 94.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 109 105 4 0 0.04 0.96 0.57 57.71 0.93 0.22
Hex 6D 69 4 0 4 60 39 3A 5D 16
Octal 155 151 4 0 4 140 71 72 135 26
Binary 1101101 1101001 100 0 100 1100000 111001 111010 1011101 10110

Color Harmonies of #6D6904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6904

Black with #6D6904

Text Example


Text Example

White with #6D6904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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