Html Css Color HEX #6F9816 Olive Drab

📋 copy color: '#6F9816'

red 111 ◦ green 152 ◦ blue 22

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

Shades of Olive Drab #6F9816

Tints of Olive Drab #6F9816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.72%

R = 38.95%
G = 53.33%
B = 7.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#6F9816 (or 0x6F9816) is known color: Olive Drab. HEX triplet: 6F, 98 and 16. RGB value is (111,152,22). Sum of RGB (Red+Green+Blue) = 111+152+22=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #6F9816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9816 is #9067E9. Grayscale: #7D7D7D. Windows color (decimal): -9463786 or 1480815. OLE color: 1480815.

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

Color convert

RGB 111 152 22 -
CMYK 0.27 0 0.86 0.40
HSL 78.92º 0.75% 0.34% -
HSV(B) 78.92º 0.86% 0.6% -
XYZ 17.93 25.89 4.81 -
YUV 124.92 69.92 118.07 -
System Red Green Blue C M Y K H S L
Decimal 111 152 22 0.27 0 0.86 0.40 78.92 0.75 0.34
Hex 6F 98 16 1B 0 56 28 4F 4B 22
Octal 157 230 26 33 0 126 50 117 113 42
Binary 1101111 10011000 10110 11011 0 1010110 101000 1001111 1001011 100010

Color Harmonies of #6F9816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9816

Black with #6F9816

Text Example


Text Example

White with #6F9816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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