Html Css Color HEX #709501 Olive

📋 copy color: '#709501'

red 112 ◦ green 149 ◦ blue 1

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

Shades of Olive #709501

Tints of Olive #709501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.87%

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

R = 42.75%
G = 56.87%
B = 0.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#709501 (or 0x709501) is known color: Olive. HEX triplet: 70, 95 and 01. RGB value is (112,149,1). Sum of RGB (Red+Green+Blue) = 112+149+1=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 149 (58.59% from 255 or 56.87% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 149 - color contains mainly: green. Hex color #709501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709501 is #8F6AFE. Grayscale: #797979. Windows color (decimal): -9399039 or 103792. OLE color: 103792.

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

Color convert

RGB 112 149 1 -
CMYK 0.25 0 0.99 0.42
HSL 75º 0.99% 0.29% -
HSV(B) 75º 0.99% 0.58% -
XYZ 17.44 24.94 3.92 -
YUV 121.07 60.24 121.53 -
System Red Green Blue C M Y K H S L
Decimal 112 149 1 0.25 0 0.99 0.42 75 0.99 0.29
Hex 70 95 1 19 0 63 2A 4B 63 1D
Octal 160 225 1 31 0 143 52 113 143 35
Binary 1110000 10010101 1 11001 0 1100011 101010 1001011 1100011 11101

Color Harmonies of #709501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709501

Black with #709501

Text Example


Text Example

White with #709501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709501; }

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

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

background-color css

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

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

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

border-color css

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

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

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