Html Css Color HEX #67971F Olive Drab

📋 copy color: '#67971F'

red 103 ◦ green 151 ◦ blue 31

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

Shades of Olive Drab #67971F

Tints of Olive Drab #67971F

RGB

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

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

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

R = 36.14%
G = 52.98%
B = 10.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#67971F (or 0x67971F) is known color: Olive Drab. HEX triplet: 67, 97 and 1F. RGB value is (103,151,31). Sum of RGB (Red+Green+Blue) = 103+151+31=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 151 (59.38% from 255 or 52.98% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 151 - color contains mainly: green. Hex color #67971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67971F is #9868E0. Grayscale: #7B7B7B. Windows color (decimal): -9988321 or 2070375. OLE color: 2070375.

HSL color Cylindrical-coordinate representation of color #67971F: hue angle of 84º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67971F is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 103 151 31 -
CMYK 0.32 0 0.79 0.41
HSL 84º 0.66% 0.36% -
HSV(B) 84º 0.79% 0.59% -
XYZ 16.91 25.12 5.25 -
YUV 122.97 76.1 113.76 -
System Red Green Blue C M Y K H S L
Decimal 103 151 31 0.32 0 0.79 0.41 84 0.66 0.36
Hex 67 97 1F 20 0 4F 29 54 42 24
Octal 147 227 37 40 0 117 51 124 102 44
Binary 1100111 10010111 11111 100000 0 1001111 101001 1010100 1000010 100100

Color Harmonies of #67971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67971F

Black with #67971F

Text Example


Text Example

White with #67971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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