Html Css Color HEX #71770C Olive

📋 copy color: '#71770C'

red 113 ◦ green 119 ◦ blue 12

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

Shades of Olive #71770C

Tints of Olive #71770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 48.77%

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

R = 46.31%
G = 48.77%
B = 4.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#71770C (or 0x71770C) is known color: Olive. HEX triplet: 71, 77 and 0C. RGB value is (113,119,12). Sum of RGB (Red+Green+Blue) = 113+119+12=244 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.31% from 244); Green value is 119 (46.88% from 255 or 48.77% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 119 - color contains mainly: green. Hex color #71770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71770C is #8E88F3. Grayscale: #696969. Windows color (decimal): -9341172 or 817009. OLE color: 817009.

HSL color Cylindrical-coordinate representation of color #71770C: hue angle of 63.36º 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 #71770C is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 12 -
CMYK 0.05 0 0.90 0.53
HSL 63.36º 0.82% 0.26% -
HSV(B) 63.36º 0.9% 0.47% -
XYZ 13.47 16.73 2.87 -
YUV 105.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 113 119 12 0.05 0 0.90 0.53 63.36 0.82 0.26
Hex 71 77 C 5 0 5A 35 3F 52 1A
Octal 161 167 14 5 0 132 65 77 122 32
Binary 1110001 1110111 1100 101 0 1011010 110101 111111 1010010 11010

Color Harmonies of #71770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71770C

Black with #71770C

Text Example


Text Example

White with #71770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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