Html Css Color HEX #71760C Olive

📋 copy color: '#71760C'

red 113 ◦ green 118 ◦ blue 12

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

Shades of Olive #71760C

Tints of Olive #71760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

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

R = 46.5%
G = 48.56%
B = 4.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#71760C (or 0x71760C) is known color: Olive. HEX triplet: 71, 76 and 0C. RGB value is (113,118,12). Sum of RGB (Red+Green+Blue) = 113+118+12=243 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.50% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #71760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71760C is #8E89F3. Grayscale: #686868. Windows color (decimal): -9341428 or 816753. OLE color: 816753.

HSL color Cylindrical-coordinate representation of color #71760C: hue angle of 62.83º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71760C is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 12 -
CMYK 0.04 0 0.90 0.54
HSL 62.83º 0.82% 0.25% -
HSV(B) 62.83º 0.9% 0.46% -
XYZ 13.35 16.49 2.83 -
YUV 104.42 75.84 134.12 -
System Red Green Blue C M Y K H S L
Decimal 113 118 12 0.04 0 0.90 0.54 62.83 0.82 0.25
Hex 71 76 C 4 0 5A 36 3F 52 19
Octal 161 166 14 4 0 132 66 77 122 31
Binary 1110001 1110110 1100 100 0 1011010 110110 111111 1010010 11001

Color Harmonies of #71760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71760C

Black with #71760C

Text Example


Text Example

White with #71760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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