Html Css Color HEX #6D7003 Olive

📋 copy color: '#6D7003'

red 109 ◦ green 112 ◦ blue 3

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

Shades of Olive #6D7003

Tints of Olive #6D7003

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 48.66%
G = 50%
B = 1.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#6D7003 (or 0x6D7003) is known color: Olive. HEX triplet: 6D, 70 and 03. RGB value is (109,112,3). Sum of RGB (Red+Green+Blue) = 109+112+3=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7003 is #928FFC. Grayscale: #636363. Windows color (decimal): -9605117 or 225389. OLE color: 225389.

HSL color Cylindrical-coordinate representation of color #6D7003: hue angle of 61.65º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D7003 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 112 3 -
CMYK 0.03 0 0.97 0.56
HSL 61.65º 0.95% 0.23% -
HSV(B) 61.65º 0.97% 0.44% -
XYZ 12.12 14.85 2.31 -
YUV 98.68 74.01 135.36 -
System Red Green Blue C M Y K H S L
Decimal 109 112 3 0.03 0 0.97 0.56 61.65 0.95 0.23
Hex 6D 70 3 3 0 61 38 3E 5F 17
Octal 155 160 3 3 0 141 70 76 137 27
Binary 1101101 1110000 11 11 0 1100001 111000 111110 1011111 10111

Color Harmonies of #6D7003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7003

Black with #6D7003

Text Example


Text Example

White with #6D7003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,3); }

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

background-color css

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

 a { background-color: rgb(109,112,3); }

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

border-color css

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

 span { border-color: rgb(109,112,3); }

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