Html Css Color HEX #67931F Olive Drab

📋 copy color: '#67931F'

red 103 ◦ green 147 ◦ blue 31

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

Shades of Olive Drab #67931F

Tints of Olive Drab #67931F

RGB

 RED value IS 103 (40.63% from 255) = 36.65%

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

 BLUE value IS 31 (12.5% from 255) = 11.03%

R = 36.65%
G = 52.31%
B = 11.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#67931F (or 0x67931F) is known color: Olive Drab. HEX triplet: 67, 93 and 1F. RGB value is (103,147,31). Sum of RGB (Red+Green+Blue) = 103+147+31=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #67931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67931F is #986CE0. Grayscale: #797979. Windows color (decimal): -9989345 or 2069351. OLE color: 2069351.

HSL color Cylindrical-coordinate representation of color #67931F: hue angle of 82.76º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67931F is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 147 31 -
CMYK 0.30 0 0.79 0.42
HSL 82.76º 0.65% 0.35% -
HSV(B) 82.76º 0.79% 0.58% -
XYZ 16.27 23.85 5.04 -
YUV 120.62 77.42 115.43 -
System Red Green Blue C M Y K H S L
Decimal 103 147 31 0.30 0 0.79 0.42 82.76 0.65 0.35
Hex 67 93 1F 1E 0 4F 2A 53 41 23
Octal 147 223 37 36 0 117 52 123 101 43
Binary 1100111 10010011 11111 11110 0 1001111 101010 1010011 1000001 100011

Color Harmonies of #67931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67931F

Black with #67931F

Text Example


Text Example

White with #67931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67931F; }

 p { color: rgb(103,147,31); }

 H1.HeaderClassName
 {
   color: #67931F;
 }
 .AnyTagClassName
 {
   color: #67931F;
 }
</style>

background-color css

<style>
 a { background-color: #67931F; }

 a { background-color: rgb(103,147,31); }

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

border-color css

<style>
 span { border-color: #67931F; }

 span { border-color: rgb(103,147,31); }

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