Html Css Color HEX #71790C Olive

📋 copy color: '#71790C'

red 113 ◦ green 121 ◦ blue 12

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

Shades of Olive #71790C

Tints of Olive #71790C

RGB

 RED value IS 113 (44.53% from 255) = 45.93%

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

 BLUE value IS 12 (5.08% from 255) = 4.88%

R = 45.93%
G = 49.19%
B = 4.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#71790C (or 0x71790C) is known color: Olive. HEX triplet: 71, 79 and 0C. RGB value is (113,121,12). Sum of RGB (Red+Green+Blue) = 113+121+12=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #71790C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71790C is #8E86F3. Grayscale: #6A6A6A. Windows color (decimal): -9340660 or 817521. OLE color: 817521.

HSL color Cylindrical-coordinate representation of color #71790C: hue angle of 64.4º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71790C is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 121 12 -
CMYK 0.07 0 0.90 0.53
HSL 64.4º 0.82% 0.26% -
HSV(B) 64.4º 0.9% 0.47% -
XYZ 13.71 17.21 2.95 -
YUV 106.18 74.85 132.86 -
System Red Green Blue C M Y K H S L
Decimal 113 121 12 0.07 0 0.90 0.53 64.4 0.82 0.26
Hex 71 79 C 7 0 5A 35 40 52 1A
Octal 161 171 14 7 0 132 65 100 122 32
Binary 1110001 1111001 1100 111 0 1011010 110101 1000000 1010010 11010

Color Harmonies of #71790C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71790C

Black with #71790C

Text Example


Text Example

White with #71790C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71790C; }

 p { color: rgb(113,121,12); }

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

background-color css

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

 a { background-color: rgb(113,121,12); }

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

border-color css

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

 span { border-color: rgb(113,121,12); }

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