Html Css Color HEX #6F970B Olive Drab

📋 copy color: '#6F970B'

red 111 ◦ green 151 ◦ blue 11

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

Shades of Olive Drab #6F970B

Tints of Olive Drab #6F970B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 40.66%
G = 55.31%
B = 4.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6F970B (or 0x6F970B) is known color: Olive Drab. HEX triplet: 6F, 97 and 0B. RGB value is (111,151,11). Sum of RGB (Red+Green+Blue) = 111+151+11=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 151 (59.38% from 255 or 55.31% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 151 - color contains mainly: green. Hex color #6F970B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F970B is #9068F4. Grayscale: #7B7B7B. Windows color (decimal): -9464053 or 759663. OLE color: 759663.

HSL color Cylindrical-coordinate representation of color #6F970B: hue angle of 77.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F970B is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 111 151 11 -
CMYK 0.26 0 0.93 0.41
HSL 77.14º 0.86% 0.32% -
HSV(B) 77.14º 0.93% 0.59% -
XYZ 17.68 25.54 4.31 -
YUV 123.08 64.75 119.38 -
System Red Green Blue C M Y K H S L
Decimal 111 151 11 0.26 0 0.93 0.41 77.14 0.86 0.32
Hex 6F 97 B 1A 0 5D 29 4D 56 20
Octal 157 227 13 32 0 135 51 115 126 40
Binary 1101111 10010111 1011 11010 0 1011101 101001 1001101 1010110 100000

Color Harmonies of #6F970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F970B

Black with #6F970B

Text Example


Text Example

White with #6F970B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,151,11); }

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

background-color css

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

 a { background-color: rgb(111,151,11); }

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

border-color css

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

 span { border-color: rgb(111,151,11); }

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