Html Css Color HEX #709101 Olive

📋 copy color: '#709101'

red 112 ◦ green 145 ◦ blue 1

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

Shades of Olive #709101

Tints of Olive #709101

RGB

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

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

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

R = 43.41%
G = 56.2%
B = 0.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#709101 (or 0x709101) is known color: Olive. HEX triplet: 70, 91 and 01. RGB value is (112,145,1). Sum of RGB (Red+Green+Blue) = 112+145+1=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #709101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709101 is #8F6EFE. Grayscale: #777777. Windows color (decimal): -9400063 or 102768. OLE color: 102768.

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

Color convert

RGB 112 145 1 -
CMYK 0.23 0 0.99 0.43
HSL 73.75º 0.99% 0.29% -
HSV(B) 73.75º 0.99% 0.57% -
XYZ 16.81 23.7 3.72 -
YUV 118.72 61.57 123.21 -
System Red Green Blue C M Y K H S L
Decimal 112 145 1 0.23 0 0.99 0.43 73.75 0.99 0.29
Hex 70 91 1 17 0 63 2B 4A 63 1D
Octal 160 221 1 27 0 143 53 112 143 35
Binary 1110000 10010001 1 10111 0 1100011 101011 1001010 1100011 11101

Color Harmonies of #709101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709101

Black with #709101

Text Example


Text Example

White with #709101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709101; }

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

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

background-color css

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

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

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

border-color css

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

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

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