Html Css Color HEX #6E760C Olive

📋 copy color: '#6E760C'

red 110 ◦ green 118 ◦ blue 12

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

Shades of Olive #6E760C

Tints of Olive #6E760C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 45.83%
G = 49.17%
B = 5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#6E760C (or 0x6E760C) is known color: Olive. HEX triplet: 6E, 76 and 0C. RGB value is (110,118,12). Sum of RGB (Red+Green+Blue) = 110+118+12=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #6E760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E760C is #9189F3. Grayscale: #676767. Windows color (decimal): -9538036 or 816750. OLE color: 816750.

HSL color Cylindrical-coordinate representation of color #6E760C: hue angle of 64.53º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E760C is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 12 -
CMYK 0.07 0 0.90 0.54
HSL 64.53º 0.82% 0.25% -
HSV(B) 64.53º 0.9% 0.46% -
XYZ 12.98 16.3 2.81 -
YUV 103.52 76.35 132.62 -
System Red Green Blue C M Y K H S L
Decimal 110 118 12 0.07 0 0.90 0.54 64.53 0.82 0.25
Hex 6E 76 C 7 0 5A 36 41 52 19
Octal 156 166 14 7 0 132 66 101 122 31
Binary 1101110 1110110 1100 111 0 1011010 110110 1000001 1010010 11001

Color Harmonies of #6E760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E760C

Black with #6E760C

Text Example


Text Example

White with #6E760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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