Html Css Color HEX #709001 Olive

📋 copy color: '#709001'

red 112 ◦ green 144 ◦ blue 1

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

Shades of Olive #709001

Tints of Olive #709001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 56.03%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 43.58%
G = 56.03%
B = 0.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#709001 (or 0x709001) is known color: Olive. HEX triplet: 70, 90 and 01. RGB value is (112,144,1). Sum of RGB (Red+Green+Blue) = 112+144+1=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #709001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709001 is #8F6FFE. Grayscale: #767676. Windows color (decimal): -9400319 or 102512. OLE color: 102512.

HSL color Cylindrical-coordinate representation of color #709001: hue angle of 73.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #709001 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 1 -
CMYK 0.22 0 0.99 0.44
HSL 73.43º 0.99% 0.28% -
HSV(B) 73.43º 0.99% 0.56% -
XYZ 16.66 23.39 3.67 -
YUV 118.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 112 144 1 0.22 0 0.99 0.44 73.43 0.99 0.28
Hex 70 90 1 16 0 63 2C 49 63 1C
Octal 160 220 1 26 0 143 54 111 143 34
Binary 1110000 10010000 1 10110 0 1100011 101100 1001001 1100011 11100

Color Harmonies of #709001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709001

Black with #709001

Text Example


Text Example

White with #709001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709001; }

 p { color: rgb(112,144,1); }

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

background-color css

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

 a { background-color: rgb(112,144,1); }

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

border-color css

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

 span { border-color: rgb(112,144,1); }

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