Html Css Color HEX #709402 Olive

📋 copy color: '#709402'

red 112 ◦ green 148 ◦ blue 2

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

Shades of Olive #709402

Tints of Olive #709402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 42.75%
G = 56.49%
B = 0.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#709402 (or 0x709402) is known color: Olive. HEX triplet: 70, 94 and 02. RGB value is (112,148,2). Sum of RGB (Red+Green+Blue) = 112+148+2=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #709402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709402 is #8F6BFD. Grayscale: #797979. Windows color (decimal): -9399294 or 169072. OLE color: 169072.

HSL color Cylindrical-coordinate representation of color #709402: hue angle of 74.79º degrees, saturation: 0.97, 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 #709402 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 2 -
CMYK 0.24 0 0.99 0.42
HSL 74.79º 0.97% 0.29% -
HSV(B) 74.79º 0.99% 0.58% -
XYZ 17.28 24.63 3.9 -
YUV 120.59 61.07 121.87 -
System Red Green Blue C M Y K H S L
Decimal 112 148 2 0.24 0 0.99 0.42 74.79 0.97 0.29
Hex 70 94 2 18 0 63 2A 4B 61 1D
Octal 160 224 2 30 0 143 52 113 141 35
Binary 1110000 10010100 10 11000 0 1100011 101010 1001011 1100001 11101

Color Harmonies of #709402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709402

Black with #709402

Text Example


Text Example

White with #709402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709402; }

 p { color: rgb(112,148,2); }

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

background-color css

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

 a { background-color: rgb(112,148,2); }

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

border-color css

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

 span { border-color: rgb(112,148,2); }

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