Html Css Color HEX #6D7402 Olive

📋 copy color: '#6D7402'

red 109 ◦ green 116 ◦ blue 2

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

Shades of Olive #6D7402

Tints of Olive #6D7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

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

R = 48.02%
G = 51.1%
B = 0.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6D7402 (or 0x6D7402) is known color: Olive. HEX triplet: 6D, 74 and 02. RGB value is (109,116,2). Sum of RGB (Red+Green+Blue) = 109+116+2=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7402 is #928BFD. Grayscale: #656565. Windows color (decimal): -9604094 or 160877. OLE color: 160877.

HSL color Cylindrical-coordinate representation of color #6D7402: hue angle of 63.68º 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 #6D7402 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 2 -
CMYK 0.06 0 0.98 0.55
HSL 63.68º 0.97% 0.23% -
HSV(B) 63.68º 0.98% 0.45% -
XYZ 12.56 15.75 2.43 -
YUV 100.91 72.18 133.77 -
System Red Green Blue C M Y K H S L
Decimal 109 116 2 0.06 0 0.98 0.55 63.68 0.97 0.23
Hex 6D 74 2 6 0 62 37 40 61 17
Octal 155 164 2 6 0 142 67 100 141 27
Binary 1101101 1110100 10 110 0 1100010 110111 1000000 1100001 10111

Color Harmonies of #6D7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7402

Black with #6D7402

Text Example


Text Example

White with #6D7402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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