Html Css Color HEX #6E7602 Olive

📋 copy color: '#6E7602'

red 110 ◦ green 118 ◦ blue 2

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

Shades of Olive #6E7602

Tints of Olive #6E7602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 51.3%

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

R = 47.83%
G = 51.3%
B = 0.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#6E7602 (or 0x6E7602) is known color: Olive. HEX triplet: 6E, 76 and 02. RGB value is (110,118,2). Sum of RGB (Red+Green+Blue) = 110+118+2=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7602 is #9189FD. Grayscale: #666666. Windows color (decimal): -9538046 or 161390. OLE color: 161390.

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

Color convert

RGB 110 118 2 -
CMYK 0.07 0 0.98 0.54
HSL 64.14º 0.97% 0.24% -
HSV(B) 64.14º 0.98% 0.46% -
XYZ 12.92 16.28 2.52 -
YUV 102.38 71.35 133.43 -
System Red Green Blue C M Y K H S L
Decimal 110 118 2 0.07 0 0.98 0.54 64.14 0.97 0.24
Hex 6E 76 2 7 0 62 36 40 61 18
Octal 156 166 2 7 0 142 66 100 141 30
Binary 1101110 1110110 10 111 0 1100010 110110 1000000 1100001 11000

Color Harmonies of #6E7602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7602

Black with #6E7602

Text Example


Text Example

White with #6E7602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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