Html Css Color HEX #708430 Olive Drab

📋 copy color: '#708430'

red 112 ◦ green 132 ◦ blue 48

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

Shades of Olive Drab #708430

Tints of Olive Drab #708430

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.21%

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

R = 38.36%
G = 45.21%
B = 16.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#708430 (or 0x708430) is known color: Olive Drab. HEX triplet: 70, 84 and 30. RGB value is (112,132,48). Sum of RGB (Red+Green+Blue) = 112+132+48=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 132 - color contains mainly: green. Hex color #708430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708430 is #8F7BCF. Grayscale: #747474. Windows color (decimal): -9403344 or 3179632. OLE color: 3179632.

HSL color Cylindrical-coordinate representation of color #708430: hue angle of 74.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #708430 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 132 48 -
CMYK 0.15 0 0.64 0.48
HSL 74.29º 0.47% 0.35% -
HSV(B) 74.29º 0.64% 0.52% -
XYZ 15.47 20.16 5.87 -
YUV 116.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 112 132 48 0.15 0 0.64 0.48 74.29 0.47 0.35
Hex 70 84 30 F 0 40 30 4A 2F 23
Octal 160 204 60 17 0 100 60 112 57 43
Binary 1110000 10000100 110000 1111 0 1000000 110000 1001010 101111 100011

Color Harmonies of #708430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708430

Black with #708430

Text Example


Text Example

White with #708430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708430; }

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

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

background-color css

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

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

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

border-color css

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

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

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