Html Css Color HEX #6D7302 Olive

📋 copy color: '#6D7302'

red 109 ◦ green 115 ◦ blue 2

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

Shades of Olive #6D7302

Tints of Olive #6D7302

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.88%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 48.23%
G = 50.88%
B = 0.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6D7302 (or 0x6D7302) is known color: Olive. HEX triplet: 6D, 73 and 02. RGB value is (109,115,2). Sum of RGB (Red+Green+Blue) = 109+115+2=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7302 is #928CFD. Grayscale: #646464. Windows color (decimal): -9604350 or 160621. OLE color: 160621.

HSL color Cylindrical-coordinate representation of color #6D7302: hue angle of 63.19º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D7302 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 115 2 -
CMYK 0.05 0 0.98 0.55
HSL 63.19º 0.97% 0.23% -
HSV(B) 63.19º 0.98% 0.45% -
XYZ 12.45 15.52 2.4 -
YUV 100.32 72.51 134.19 -
System Red Green Blue C M Y K H S L
Decimal 109 115 2 0.05 0 0.98 0.55 63.19 0.97 0.23
Hex 6D 73 2 5 0 62 37 3F 61 17
Octal 155 163 2 5 0 142 67 77 141 27
Binary 1101101 1110011 10 101 0 1100010 110111 111111 1100001 10111

Color Harmonies of #6D7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7302

Black with #6D7302

Text Example


Text Example

White with #6D7302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,115,2); }

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

background-color css

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

 a { background-color: rgb(109,115,2); }

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

border-color css

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

 span { border-color: rgb(109,115,2); }

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