Html Css Color HEX #6E971A Olive Drab

📋 copy color: '#6E971A'

red 110 ◦ green 151 ◦ blue 26

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

Shades of Olive Drab #6E971A

Tints of Olive Drab #6E971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.61%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 38.33%
G = 52.61%
B = 9.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#6E971A (or 0x6E971A) is known color: Olive Drab. HEX triplet: 6E, 97 and 1A. RGB value is (110,151,26). Sum of RGB (Red+Green+Blue) = 110+151+26=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #6E971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E971A is #9168E5. Grayscale: #7C7C7C. Windows color (decimal): -9529574 or 1742702. OLE color: 1742702.

HSL color Cylindrical-coordinate representation of color #6E971A: hue angle of 79.68º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E971A is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 151 26 -
CMYK 0.27 0 0.83 0.41
HSL 79.68º 0.71% 0.35% -
HSV(B) 79.68º 0.83% 0.59% -
XYZ 17.68 25.52 4.97 -
YUV 124.49 72.42 117.66 -
System Red Green Blue C M Y K H S L
Decimal 110 151 26 0.27 0 0.83 0.41 79.68 0.71 0.35
Hex 6E 97 1A 1B 0 53 29 50 47 23
Octal 156 227 32 33 0 123 51 120 107 43
Binary 1101110 10010111 11010 11011 0 1010011 101001 1010000 1000111 100011

Color Harmonies of #6E971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E971A

Black with #6E971A

Text Example


Text Example

White with #6E971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,151,26); }

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

background-color css

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

 a { background-color: rgb(110,151,26); }

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

border-color css

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

 span { border-color: rgb(110,151,26); }

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