Html Css Color HEX #71690A Olive

📋 copy color: '#71690A'

red 113 ◦ green 105 ◦ blue 10

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

Shades of Olive #71690A

Tints of Olive #71690A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.05%

 BLUE value IS 10 (4.3% from 255) = 4.39%

R = 49.56%
G = 46.05%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71690A (or 0x71690A) is known color: Olive. HEX triplet: 71, 69 and 0A. RGB value is (113,105,10). Sum of RGB (Red+Green+Blue) = 113+105+10=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 10 (4.30% from 255 or 4.39% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71690A is #8E96F5. Grayscale: #606060. Windows color (decimal): -9344758 or 682353. OLE color: 682353.

HSL color Cylindrical-coordinate representation of color #71690A: hue angle of 55.34º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71690A is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 105 10 -
CMYK 0 0.07 0.91 0.56
HSL 55.34º 0.84% 0.24% -
HSV(B) 55.34º 0.91% 0.44% -
XYZ 11.92 13.64 2.29 -
YUV 96.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 113 105 10 0 0.07 0.91 0.56 55.34 0.84 0.24
Hex 71 69 A 0 7 5B 38 37 54 18
Octal 161 151 12 0 7 133 70 67 124 30
Binary 1110001 1101001 1010 0 111 1011011 111000 110111 1010100 11000

Color Harmonies of #71690A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71690A

Black with #71690A

Text Example


Text Example

White with #71690A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71690A; }

 p { color: rgb(113,105,10); }

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

background-color css

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

 a { background-color: rgb(113,105,10); }

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

border-color css

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

 span { border-color: rgb(113,105,10); }

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