Html Css Color HEX #709201 Olive

📋 copy color: '#709201'

red 112 ◦ green 146 ◦ blue 1

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

Shades of Olive #709201

Tints of Olive #709201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.37%

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

R = 43.24%
G = 56.37%
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

#709201 (or 0x709201) is known color: Olive. HEX triplet: 70, 92 and 01. RGB value is (112,146,1). Sum of RGB (Red+Green+Blue) = 112+146+1=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 146 (57.42% from 255 or 56.37% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 146 - color contains mainly: green. Hex color #709201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709201 is #8F6DFE. Grayscale: #777777. Windows color (decimal): -9399807 or 103024. OLE color: 103024.

HSL color Cylindrical-coordinate representation of color #709201: hue angle of 74.07º 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 #709201 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 146 1 -
CMYK 0.23 0 0.99 0.43
HSL 74.07º 0.99% 0.29% -
HSV(B) 74.07º 0.99% 0.57% -
XYZ 16.97 24 3.77 -
YUV 119.3 61.24 122.79 -
System Red Green Blue C M Y K H S L
Decimal 112 146 1 0.23 0 0.99 0.43 74.07 0.99 0.29
Hex 70 92 1 17 0 63 2B 4A 63 1D
Octal 160 222 1 27 0 143 53 112 143 35
Binary 1110000 10010010 1 10111 0 1100011 101011 1001010 1100011 11101

Color Harmonies of #709201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709201

Black with #709201

Text Example


Text Example

White with #709201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709201; }

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

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

background-color css

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

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

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

border-color css

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

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

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