Html Css Color HEX #6E9400 Olive

📋 copy color: '#6E9400'

red 110 ◦ green 148 ◦ blue 0

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

Shades of Olive #6E9400

Tints of Olive #6E9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.64%
G = 57.36%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#6E9400 (or 0x6E9400) is known color: Olive. HEX triplet: 6E, 94 and 00. RGB value is (110,148,0). Sum of RGB (Red+Green+Blue) = 110+148+0=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 148 (58.20% from 255 or 57.36% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 148 - color contains mainly: green. Hex color #6E9400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9400 is #916BFF. Grayscale: #787878. Windows color (decimal): -9530368 or 37998. OLE color: 37998.

HSL color Cylindrical-coordinate representation of color #6E9400: hue angle of 75.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E9400 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 148 0 -
CMYK 0.26 0 1 0.42
HSL 75.41º 1% 0.29% -
HSV(B) 75.41º 1% 0.58% -
XYZ 17.02 24.49 3.83 -
YUV 119.77 60.41 121.03 -
System Red Green Blue C M Y K H S L
Decimal 110 148 0 0.26 0 1 0.42 75.41 1 0.29
Hex 6E 94 0 1A 0 64 2A 4B 64 1D
Octal 156 224 0 32 0 144 52 113 144 35
Binary 1101110 10010100 0 11010 0 1100100 101010 1001011 1100100 11101

Color Harmonies of #6E9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9400

Black with #6E9400

Text Example


Text Example

White with #6E9400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,148,0); }

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

background-color css

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

 a { background-color: rgb(110,148,0); }

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

border-color css

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

 span { border-color: rgb(110,148,0); }

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