Html Css Color HEX #707904 Olive

📋 copy color: '#707904'

red 112 ◦ green 121 ◦ blue 4

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

Shades of Olive #707904

Tints of Olive #707904

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.05%

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 47.26%
G = 51.05%
B = 1.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#707904 (or 0x707904) is known color: Olive. HEX triplet: 70, 79 and 04. RGB value is (112,121,4). Sum of RGB (Red+Green+Blue) = 112+121+4=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 121 (47.66% from 255 or 51.05% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 121 - color contains mainly: green. Hex color #707904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707904 is #8F86FB. Grayscale: #696969. Windows color (decimal): -9406204 or 293232. OLE color: 293232.

HSL color Cylindrical-coordinate representation of color #707904: hue angle of 64.62º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #707904 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 121 4 -
CMYK 0.07 0 0.97 0.53
HSL 64.62º 0.94% 0.25% -
HSV(B) 64.62º 0.97% 0.47% -
XYZ 13.54 17.13 2.71 -
YUV 104.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 112 121 4 0.07 0 0.97 0.53 64.62 0.94 0.25
Hex 70 79 4 7 0 61 35 41 5E 19
Octal 160 171 4 7 0 141 65 101 136 31
Binary 1110000 1111001 100 111 0 1100001 110101 1000001 1011110 11001

Color Harmonies of #707904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707904

Black with #707904

Text Example


Text Example

White with #707904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707904; }

 p { color: rgb(112,121,4); }

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

background-color css

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

 a { background-color: rgb(112,121,4); }

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

border-color css

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

 span { border-color: rgb(112,121,4); }

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