Html Css Color HEX #6D7503 Olive

📋 copy color: '#6D7503'

red 109 ◦ green 117 ◦ blue 3

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

Shades of Olive #6D7503

Tints of Olive #6D7503

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.09%

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

R = 47.6%
G = 51.09%
B = 1.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#6D7503 (or 0x6D7503) is known color: Olive. HEX triplet: 6D, 75 and 03. RGB value is (109,117,3). Sum of RGB (Red+Green+Blue) = 109+117+3=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7503 is #928AFC. Grayscale: #666666. Windows color (decimal): -9603837 or 226669. OLE color: 226669.

HSL color Cylindrical-coordinate representation of color #6D7503: hue angle of 64.21º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D7503 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 3 -
CMYK 0.07 0 0.97 0.54
HSL 64.21º 0.95% 0.24% -
HSV(B) 64.21º 0.97% 0.46% -
XYZ 12.68 15.98 2.5 -
YUV 101.61 72.35 133.27 -
System Red Green Blue C M Y K H S L
Decimal 109 117 3 0.07 0 0.97 0.54 64.21 0.95 0.24
Hex 6D 75 3 7 0 61 36 40 5F 18
Octal 155 165 3 7 0 141 66 100 137 30
Binary 1101101 1110101 11 111 0 1100001 110110 1000000 1011111 11000

Color Harmonies of #6D7503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7503

Black with #6D7503

Text Example


Text Example

White with #6D7503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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