Html Css Color HEX #6E7302 Olive

📋 copy color: '#6E7302'

red 110 ◦ green 115 ◦ blue 2

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

Shades of Olive #6E7302

Tints of Olive #6E7302

RGB

 RED value IS 110 (43.36% from 255) = 48.46%

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

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

R = 48.46%
G = 50.66%
B = 0.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#6E7302 (or 0x6E7302) is known color: Olive. HEX triplet: 6E, 73 and 02. RGB value is (110,115,2). Sum of RGB (Red+Green+Blue) = 110+115+2=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 115 (45.31% from 255 or 50.66% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7302 is #918CFD. Grayscale: #656565. Windows color (decimal): -9538814 or 160622. OLE color: 160622.

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

Color convert

RGB 110 115 2 -
CMYK 0.04 0 0.98 0.55
HSL 62.65º 0.97% 0.23% -
HSV(B) 62.65º 0.98% 0.45% -
XYZ 12.57 15.58 2.4 -
YUV 100.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 110 115 2 0.04 0 0.98 0.55 62.65 0.97 0.23
Hex 6E 73 2 4 0 62 37 3F 61 17
Octal 156 163 2 4 0 142 67 77 141 27
Binary 1101110 1110011 10 100 0 1100010 110111 111111 1100001 10111

Color Harmonies of #6E7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7302

Black with #6E7302

Text Example


Text Example

White with #6E7302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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