Html Css Color HEX #709303 Olive

📋 copy color: '#709303'

red 112 ◦ green 147 ◦ blue 3

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

Shades of Olive #709303

Tints of Olive #709303

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

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

R = 42.75%
G = 56.11%
B = 1.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#709303 (or 0x709303) is known color: Olive. HEX triplet: 70, 93 and 03. RGB value is (112,147,3). Sum of RGB (Red+Green+Blue) = 112+147+3=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #709303 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709303 is #8F6CFC. Grayscale: #787878. Windows color (decimal): -9399549 or 234352. OLE color: 234352.

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

Color convert

RGB 112 147 3 -
CMYK 0.24 0 0.98 0.42
HSL 74.58º 0.96% 0.29% -
HSV(B) 74.58º 0.98% 0.58% -
XYZ 17.13 24.32 3.88 -
YUV 120.12 61.9 122.21 -
System Red Green Blue C M Y K H S L
Decimal 112 147 3 0.24 0 0.98 0.42 74.58 0.96 0.29
Hex 70 93 3 18 0 62 2A 4B 60 1D
Octal 160 223 3 30 0 142 52 113 140 35
Binary 1110000 10010011 11 11000 0 1100010 101010 1001011 1100000 11101

Color Harmonies of #709303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709303

Black with #709303

Text Example


Text Example

White with #709303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709303; }

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

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

background-color css

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

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

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

border-color css

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

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

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