Html Css Color HEX #6E8A08 Olive

📋 copy color: '#6E8A08'

red 110 ◦ green 138 ◦ blue 8

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

Shades of Olive #6E8A08

Tints of Olive #6E8A08

RGB

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

 GREEN value IS 138 (54.3% from 255) = 53.91%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 42.97%
G = 53.91%
B = 3.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#6E8A08 (or 0x6E8A08) is known color: Olive. HEX triplet: 6E, 8A and 08. RGB value is (110,138,8). Sum of RGB (Red+Green+Blue) = 110+138+8=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 138 (54.30% from 255 or 53.91% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8A08 is #9175F7. Grayscale: #737373. Windows color (decimal): -9532920 or 559726. OLE color: 559726.

HSL color Cylindrical-coordinate representation of color #6E8A08: hue angle of 72.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E8A08 is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 138 8 -
CMYK 0.20 0 0.94 0.46
HSL 72.92º 0.89% 0.29% -
HSV(B) 72.92º 0.94% 0.54% -
XYZ 15.56 21.51 3.56 -
YUV 114.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 110 138 8 0.20 0 0.94 0.46 72.92 0.89 0.29
Hex 6E 8A 8 14 0 5E 2E 49 59 1D
Octal 156 212 10 24 0 136 56 111 131 35
Binary 1101110 10001010 1000 10100 0 1011110 101110 1001001 1011001 11101

Color Harmonies of #6E8A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8A08

Black with #6E8A08

Text Example


Text Example

White with #6E8A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,138,8); }

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

background-color css

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

 a { background-color: rgb(110,138,8); }

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

border-color css

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

 span { border-color: rgb(110,138,8); }

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