Html Css Color HEX #6D7B04 Olive

📋 copy color: '#6D7B04'

red 109 ◦ green 123 ◦ blue 4

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

Shades of Olive #6D7B04

Tints of Olive #6D7B04

RGB

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

 GREEN value IS 123 (48.44% from 255) = 52.12%

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

R = 46.19%
G = 52.12%
B = 1.69%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#6D7B04 (or 0x6D7B04) is known color: Olive. HEX triplet: 6D, 7B and 04. RGB value is (109,123,4). Sum of RGB (Red+Green+Blue) = 109+123+4=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 123 (48.44% from 255 or 52.12% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 123 - color contains mainly: green. Hex color #6D7B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7B04 is #9284FB. Grayscale: #696969. Windows color (decimal): -9602300 or 293741. OLE color: 293741.

HSL color Cylindrical-coordinate representation of color #6D7B04: hue angle of 67.06º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D7B04 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 109 123 4 -
CMYK 0.11 0 0.97 0.52
HSL 67.06º 0.94% 0.25% -
HSV(B) 67.06º 0.97% 0.48% -
XYZ 13.41 17.43 2.77 -
YUV 105.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 109 123 4 0.11 0 0.97 0.52 67.06 0.94 0.25
Hex 6D 7B 4 B 0 61 34 43 5E 19
Octal 155 173 4 13 0 141 64 103 136 31
Binary 1101101 1111011 100 1011 0 1100001 110100 1000011 1011110 11001

Color Harmonies of #6D7B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7B04

Black with #6D7B04

Text Example


Text Example

White with #6D7B04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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