Html Css Color HEX #709B1F Olive Drab

📋 copy color: '#709B1F'

red 112 ◦ green 155 ◦ blue 31

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

Shades of Olive Drab #709B1F

Tints of Olive Drab #709B1F

RGB

 RED value IS 112 (44.14% from 255) = 37.58%

 GREEN value IS 155 (60.94% from 255) = 52.01%

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

R = 37.58%
G = 52.01%
B = 10.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#709B1F (or 0x709B1F) is known color: Olive Drab. HEX triplet: 70, 9B and 1F. RGB value is (112,155,31). Sum of RGB (Red+Green+Blue) = 112+155+31=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #709B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B1F is #8F64E0. Grayscale: #808080. Windows color (decimal): -9397473 or 2071408. OLE color: 2071408.

HSL color Cylindrical-coordinate representation of color #709B1F: hue angle of 80.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #709B1F is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 112 155 31 -
CMYK 0.28 0 0.8 0.39
HSL 80.81º 0.67% 0.36% -
HSV(B) 80.81º 0.8% 0.61% -
XYZ 18.65 26.99 5.52 -
YUV 128.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 112 155 31 0.28 0 0.8 0.39 80.81 0.67 0.36
Hex 70 9B 1F 1C 0 50 27 51 43 24
Octal 160 233 37 34 0 120 47 121 103 44
Binary 1110000 10011011 11111 11100 0 1010000 100111 1010001 1000011 100100

Color Harmonies of #709B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709B1F

Black with #709B1F

Text Example


Text Example

White with #709B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709B1F; }

 p { color: rgb(112,155,31); }

 H1.HeaderClassName
 {
   color: #709B1F;
 }
 .AnyTagClassName
 {
   color: #709B1F;
 }
</style>

background-color css

<style>
 a { background-color: #709B1F; }

 a { background-color: rgb(112,155,31); }

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

border-color css

<style>
 span { border-color: #709B1F; }

 span { border-color: rgb(112,155,31); }

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