Html Css Color HEX #6F981A Olive Drab

📋 copy color: '#6F981A'

red 111 ◦ green 152 ◦ blue 26

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

Shades of Olive Drab #6F981A

Tints of Olive Drab #6F981A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.6%

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

R = 38.41%
G = 52.6%
B = 9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#6F981A (or 0x6F981A) is known color: Olive Drab. HEX triplet: 6F, 98 and 1A. RGB value is (111,152,26). Sum of RGB (Red+Green+Blue) = 111+152+26=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #6F981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F981A is #9067E5. Grayscale: #7D7D7D. Windows color (decimal): -9463782 or 1742959. OLE color: 1742959.

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

Color convert

RGB 111 152 26 -
CMYK 0.27 0 0.83 0.40
HSL 79.52º 0.71% 0.35% -
HSV(B) 79.52º 0.83% 0.6% -
XYZ 17.97 25.91 5.03 -
YUV 125.38 71.92 117.75 -
System Red Green Blue C M Y K H S L
Decimal 111 152 26 0.27 0 0.83 0.40 79.52 0.71 0.35
Hex 6F 98 1A 1B 0 53 28 50 47 23
Octal 157 230 32 33 0 123 50 120 107 43
Binary 1101111 10011000 11010 11011 0 1010011 101000 1010000 1000111 100011

Color Harmonies of #6F981A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F981A

Black with #6F981A

Text Example


Text Example

White with #6F981A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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