Html Css Color HEX #68971F Olive Drab

📋 copy color: '#68971F'

red 104 ◦ green 151 ◦ blue 31

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

Shades of Olive Drab #68971F

Tints of Olive Drab #68971F

RGB

 RED value IS 104 (41.02% from 255) = 36.36%

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

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

R = 36.36%
G = 52.8%
B = 10.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#68971F (or 0x68971F) is known color: Olive Drab. HEX triplet: 68, 97 and 1F. RGB value is (104,151,31). Sum of RGB (Red+Green+Blue) = 104+151+31=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #68971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68971F is #9768E0. Grayscale: #7B7B7B. Windows color (decimal): -9922785 or 2070376. OLE color: 2070376.

HSL color Cylindrical-coordinate representation of color #68971F: hue angle of 83.5º 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 #68971F is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 151 31 -
CMYK 0.31 0 0.79 0.41
HSL 83.5º 0.66% 0.36% -
HSV(B) 83.5º 0.79% 0.59% -
XYZ 17.02 25.18 5.26 -
YUV 123.27 75.93 114.26 -
System Red Green Blue C M Y K H S L
Decimal 104 151 31 0.31 0 0.79 0.41 83.5 0.66 0.36
Hex 68 97 1F 1F 0 4F 29 54 42 24
Octal 150 227 37 37 0 117 51 124 102 44
Binary 1101000 10010111 11111 11111 0 1001111 101001 1010100 1000010 100100

Color Harmonies of #68971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68971F

Black with #68971F

Text Example


Text Example

White with #68971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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