Html Css Color HEX #709A1C Olive Drab

📋 copy color: '#709A1C'

red 112 ◦ green 154 ◦ blue 28

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

Shades of Olive Drab #709A1C

Tints of Olive Drab #709A1C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.38%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 38.1%
G = 52.38%
B = 9.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#709A1C (or 0x709A1C) is known color: Olive Drab. HEX triplet: 70, 9A and 1C. RGB value is (112,154,28). Sum of RGB (Red+Green+Blue) = 112+154+28=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #709A1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709A1C is #8F65E3. Grayscale: #7F7F7F. Windows color (decimal): -9397732 or 1874544. OLE color: 1874544.

HSL color Cylindrical-coordinate representation of color #709A1C: hue angle of 80º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #709A1C is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 112 154 28 -
CMYK 0.27 0 0.82 0.40
HSL 80º 0.69% 0.36% -
HSV(B) 80º 0.82% 0.6% -
XYZ 18.45 26.64 5.27 -
YUV 127.08 72.09 117.25 -
System Red Green Blue C M Y K H S L
Decimal 112 154 28 0.27 0 0.82 0.40 80 0.69 0.36
Hex 70 9A 1C 1B 0 52 28 50 45 24
Octal 160 232 34 33 0 122 50 120 105 44
Binary 1110000 10011010 11100 11011 0 1010010 101000 1010000 1000101 100100

Color Harmonies of #709A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709A1C

Black with #709A1C

Text Example


Text Example

White with #709A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709A1C; }

 p { color: rgb(112,154,28); }

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

background-color css

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

 a { background-color: rgb(112,154,28); }

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

border-color css

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

 span { border-color: rgb(112,154,28); }

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