Html Css Color HEX #6F941A Olive Drab

📋 copy color: '#6F941A'

red 111 ◦ green 148 ◦ blue 26

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

Shades of Olive Drab #6F941A

Tints of Olive Drab #6F941A

RGB

 RED value IS 111 (43.75% from 255) = 38.95%

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

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

R = 38.95%
G = 51.93%
B = 9.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#6F941A (or 0x6F941A) is known color: Olive Drab. HEX triplet: 6F, 94 and 1A. RGB value is (111,148,26). Sum of RGB (Red+Green+Blue) = 111+148+26=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #6F941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F941A is #906BE5. Grayscale: #7B7B7B. Windows color (decimal): -9464806 or 1741935. OLE color: 1741935.

HSL color Cylindrical-coordinate representation of color #6F941A: hue angle of 78.2º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F941A is Cyan = 0.25, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 148 26 -
CMYK 0.25 0 0.82 0.42
HSL 78.2º 0.7% 0.34% -
HSV(B) 78.2º 0.82% 0.58% -
XYZ 17.33 24.63 4.82 -
YUV 123.03 73.24 119.42 -
System Red Green Blue C M Y K H S L
Decimal 111 148 26 0.25 0 0.82 0.42 78.2 0.7 0.34
Hex 6F 94 1A 19 0 52 2A 4E 46 22
Octal 157 224 32 31 0 122 52 116 106 42
Binary 1101111 10010100 11010 11001 0 1010010 101010 1001110 1000110 100010

Color Harmonies of #6F941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F941A

Black with #6F941A

Text Example


Text Example

White with #6F941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,148,26); }

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

background-color css

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

 a { background-color: rgb(111,148,26); }

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

border-color css

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

 span { border-color: rgb(111,148,26); }

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