Html Css Color HEX #707430 Olivetone

📋 copy color: '#707430'

red 112 ◦ green 116 ◦ blue 48

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

Shades of Olivetone #707430

Tints of Olivetone #707430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.03%

 BLUE value IS 48 (19.14% from 255) = 17.39%

R = 40.58%
G = 42.03%
B = 17.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#707430 (or 0x707430) is known color: Olivetone. HEX triplet: 70, 74 and 30. RGB value is (112,116,48). Sum of RGB (Red+Green+Blue) = 112+116+48=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #707430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707430 is #8F8BCF. Grayscale: #6B6B6B. Windows color (decimal): -9407440 or 3175536. OLE color: 3175536.

HSL color Cylindrical-coordinate representation of color #707430: hue angle of 63.53º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #707430 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 116 48 -
CMYK 0.03 0 0.59 0.55
HSL 63.53º 0.41% 0.32% -
HSV(B) 63.53º 0.59% 0.45% -
XYZ 13.46 16.15 5.2 -
YUV 107.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 112 116 48 0.03 0 0.59 0.55 63.53 0.41 0.32
Hex 70 74 30 3 0 3B 37 40 29 20
Octal 160 164 60 3 0 73 67 100 51 40
Binary 1110000 1110100 110000 11 0 111011 110111 1000000 101001 100000

Color Harmonies of #707430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707430

Black with #707430

Text Example


Text Example

White with #707430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707430; }

 p { color: rgb(112,116,48); }

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

background-color css

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

 a { background-color: rgb(112,116,48); }

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

border-color css

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

 span { border-color: rgb(112,116,48); }

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