Html Css Color HEX #6F961D Olive Drab

📋 copy color: '#6F961D'

red 111 ◦ green 150 ◦ blue 29

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

Shades of Olive Drab #6F961D

Tints of Olive Drab #6F961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

 BLUE value IS 29 (11.72% from 255) = 10%

R = 38.28%
G = 51.72%
B = 10%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#6F961D (or 0x6F961D) is known color: Olive Drab. HEX triplet: 6F, 96 and 1D. RGB value is (111,150,29). Sum of RGB (Red+Green+Blue) = 111+150+29=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #6F961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F961D is #9069E2. Grayscale: #7C7C7C. Windows color (decimal): -9464291 or 1939055. OLE color: 1939055.

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

Color convert

RGB 111 150 29 -
CMYK 0.26 0 0.81 0.41
HSL 79.34º 0.68% 0.35% -
HSV(B) 79.34º 0.81% 0.59% -
XYZ 17.68 25.28 5.11 -
YUV 124.55 74.08 118.34 -
System Red Green Blue C M Y K H S L
Decimal 111 150 29 0.26 0 0.81 0.41 79.34 0.68 0.35
Hex 6F 96 1D 1A 0 51 29 4F 44 23
Octal 157 226 35 32 0 121 51 117 104 43
Binary 1101111 10010110 11101 11010 0 1010001 101001 1001111 1000100 100011

Color Harmonies of #6F961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F961D

Black with #6F961D

Text Example


Text Example

White with #6F961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,150,29); }

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

background-color css

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

 a { background-color: rgb(111,150,29); }

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

border-color css

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

 span { border-color: rgb(111,150,29); }

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