Html Css Color HEX #6E920F Olive Drab

📋 copy color: '#6E920F'

red 110 ◦ green 146 ◦ blue 15

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

Shades of Olive Drab #6E920F

Tints of Olive Drab #6E920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 40.59%
G = 53.87%
B = 5.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#6E920F (or 0x6E920F) is known color: Olive Drab. HEX triplet: 6E, 92 and 0F. RGB value is (110,146,15). Sum of RGB (Red+Green+Blue) = 110+146+15=271 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.59% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #6E920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E920F is #916DF0. Grayscale: #787878. Windows color (decimal): -9530865 or 1020526. OLE color: 1020526.

HSL color Cylindrical-coordinate representation of color #6E920F: hue angle of 76.49º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E920F is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 110 146 15 -
CMYK 0.25 0 0.90 0.43
HSL 76.49º 0.81% 0.32% -
HSV(B) 76.49º 0.9% 0.57% -
XYZ 16.8 23.91 4.18 -
YUV 120.3 68.57 120.65 -
System Red Green Blue C M Y K H S L
Decimal 110 146 15 0.25 0 0.90 0.43 76.49 0.81 0.32
Hex 6E 92 F 19 0 5A 2B 4C 51 20
Octal 156 222 17 31 0 132 53 114 121 40
Binary 1101110 10010010 1111 11001 0 1011010 101011 1001100 1010001 100000

Color Harmonies of #6E920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E920F

Black with #6E920F

Text Example


Text Example

White with #6E920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,146,15); }

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

background-color css

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

 a { background-color: rgb(110,146,15); }

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

border-color css

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

 span { border-color: rgb(110,146,15); }

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