Html Css Color HEX #709003 Olive

📋 copy color: '#709003'

red 112 ◦ green 144 ◦ blue 3

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

Shades of Olive #709003

Tints of Olive #709003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 43.24%
G = 55.6%
B = 1.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#709003 (or 0x709003) is known color: Olive. HEX triplet: 70, 90 and 03. RGB value is (112,144,3). Sum of RGB (Red+Green+Blue) = 112+144+3=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 144 (56.64% from 255 or 55.60% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 144 - color contains mainly: green. Hex color #709003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709003 is #8F6FFC. Grayscale: #767676. Windows color (decimal): -9400317 or 233584. OLE color: 233584.

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

Color convert

RGB 112 144 3 -
CMYK 0.22 0 0.98 0.44
HSL 73.62º 0.96% 0.29% -
HSV(B) 73.62º 0.98% 0.56% -
XYZ 16.67 23.4 3.72 -
YUV 118.36 62.9 123.46 -
System Red Green Blue C M Y K H S L
Decimal 112 144 3 0.22 0 0.98 0.44 73.62 0.96 0.29
Hex 70 90 3 16 0 62 2C 4A 60 1D
Octal 160 220 3 26 0 142 54 112 140 35
Binary 1110000 10010000 11 10110 0 1100010 101100 1001010 1100000 11101

Color Harmonies of #709003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709003

Black with #709003

Text Example


Text Example

White with #709003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709003; }

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

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

background-color css

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

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

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

border-color css

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

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

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