Html Css Color HEX #6E941C Olive Drab

📋 copy color: '#6E941C'

red 110 ◦ green 148 ◦ blue 28

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

Shades of Olive Drab #6E941C

Tints of Olive Drab #6E941C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.79%

R = 38.46%
G = 51.75%
B = 9.79%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#6E941C (or 0x6E941C) is known color: Olive Drab. HEX triplet: 6E, 94 and 1C. RGB value is (110,148,28). Sum of RGB (Red+Green+Blue) = 110+148+28=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 28 (11.33% from 255 or 9.79% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #6E941C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E941C is #916BE3. Grayscale: #7B7B7B. Windows color (decimal): -9530340 or 1873006. OLE color: 1873006.

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

Color convert

RGB 110 148 28 -
CMYK 0.26 0 0.81 0.42
HSL 79º 0.68% 0.35% -
HSV(B) 79º 0.81% 0.58% -
XYZ 17.23 24.58 4.93 -
YUV 122.96 74.41 118.76 -
System Red Green Blue C M Y K H S L
Decimal 110 148 28 0.26 0 0.81 0.42 79 0.68 0.35
Hex 6E 94 1C 1A 0 51 2A 4F 44 23
Octal 156 224 34 32 0 121 52 117 104 43
Binary 1101110 10010100 11100 11010 0 1010001 101010 1001111 1000100 100011

Color Harmonies of #6E941C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E941C

Black with #6E941C

Text Example


Text Example

White with #6E941C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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