Html Css Color HEX #6F9916 Olive Drab

📋 copy color: '#6F9916'

red 111 ◦ green 153 ◦ blue 22

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

Shades of Olive Drab #6F9916

Tints of Olive Drab #6F9916

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

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

R = 38.81%
G = 53.5%
B = 7.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#6F9916 (or 0x6F9916) is known color: Olive Drab. HEX triplet: 6F, 99 and 16. RGB value is (111,153,22). Sum of RGB (Red+Green+Blue) = 111+153+22=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F9916 is #9066E9. Grayscale: #7D7D7D. Windows color (decimal): -9463530 or 1481071. OLE color: 1481071.

HSL color Cylindrical-coordinate representation of color #6F9916: hue angle of 79.24º 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 #6F9916 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 153 22 -
CMYK 0.27 0 0.86 0.4
HSL 79.24º 0.75% 0.34% -
HSV(B) 79.24º 0.86% 0.6% -
XYZ 18.09 26.22 4.87 -
YUV 125.51 69.59 117.65 -
System Red Green Blue C M Y K H S L
Decimal 111 153 22 0.27 0 0.86 0.4 79.24 0.75 0.34
Hex 6F 99 16 1B 0 56 28 4F 4B 22
Octal 157 231 26 33 0 126 50 117 113 42
Binary 1101111 10011001 10110 11011 0 1010110 101000 1001111 1001011 100010

Color Harmonies of #6F9916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9916

Black with #6F9916

Text Example


Text Example

White with #6F9916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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