Html Css Color HEX #709103 Olive

📋 copy color: '#709103'

red 112 ◦ green 145 ◦ blue 3

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

Shades of Olive #709103

Tints of Olive #709103

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.77%

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

R = 43.08%
G = 55.77%
B = 1.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.43

RGB Variations

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

Color information

#709103 (or 0x709103) is known color: Olive. HEX triplet: 70, 91 and 03. RGB value is (112,145,3). Sum of RGB (Red+Green+Blue) = 112+145+3=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #709103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709103 is #8F6EFC. Grayscale: #777777. Windows color (decimal): -9400061 or 233840. OLE color: 233840.

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

Color convert

RGB 112 145 3 -
CMYK 0.23 0 0.98 0.43
HSL 73.94º 0.96% 0.29% -
HSV(B) 73.94º 0.98% 0.57% -
XYZ 16.82 23.7 3.77 -
YUV 118.95 62.57 123.05 -
System Red Green Blue C M Y K H S L
Decimal 112 145 3 0.23 0 0.98 0.43 73.94 0.96 0.29
Hex 70 91 3 17 0 62 2B 4A 60 1D
Octal 160 221 3 27 0 142 53 112 140 35
Binary 1110000 10010001 11 10111 0 1100010 101011 1001010 1100000 11101

Color Harmonies of #709103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709103

Black with #709103

Text Example


Text Example

White with #709103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709103; }

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

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

background-color css

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

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

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

border-color css

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

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

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