Html Css Color HEX #6F931D Olive Drab

📋 copy color: '#6F931D'

red 111 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #6F931D

Tints of Olive Drab #6F931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.22%

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

R = 38.68%
G = 51.22%
B = 10.1%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#6F931D (or 0x6F931D) is known color: Olive Drab. HEX triplet: 6F, 93 and 1D. RGB value is (111,147,29). Sum of RGB (Red+Green+Blue) = 111+147+29=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #6F931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F931D is #906CE2. Grayscale: #7B7B7B. Windows color (decimal): -9465059 or 1938287. OLE color: 1938287.

HSL color Cylindrical-coordinate representation of color #6F931D: hue angle of 78.31º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F931D is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 147 29 -
CMYK 0.24 0 0.80 0.42
HSL 78.31º 0.67% 0.35% -
HSV(B) 78.31º 0.8% 0.58% -
XYZ 17.21 24.34 4.95 -
YUV 122.78 75.07 119.59 -
System Red Green Blue C M Y K H S L
Decimal 111 147 29 0.24 0 0.80 0.42 78.31 0.67 0.35
Hex 6F 93 1D 18 0 50 2A 4E 43 23
Octal 157 223 35 30 0 120 52 116 103 43
Binary 1101111 10010011 11101 11000 0 1010000 101010 1001110 1000011 100011

Color Harmonies of #6F931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F931D

Black with #6F931D

Text Example


Text Example

White with #6F931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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