Html Css Color HEX #8A7502 Olive

📋 copy color: '#8A7502'

red 138 ◦ green 117 ◦ blue 2

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

Shades of Olive #8A7502

Tints of Olive #8A7502

RGB

 RED value IS 138 (54.3% from 255) = 53.7%

 GREEN value IS 117 (46.09% from 255) = 45.53%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 53.7%
G = 45.53%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#8A7502 (or 0x8A7502) is known color: Olive. HEX triplet: 8A, 75 and 02. RGB value is (138,117,2). Sum of RGB (Red+Green+Blue) = 138+117+2=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A7502 is #758AFD. Grayscale: #6E6E6E. Windows color (decimal): -7703294 or 161162. OLE color: 161162.

HSL color Cylindrical-coordinate representation of color #8A7502: hue angle of 50.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8A7502 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 117 2 -
CMYK 0 0.15 0.99 0.46
HSL 50.74º 0.97% 0.27% -
HSV(B) 50.74º 0.99% 0.54% -
XYZ 16.85 18.13 2.67 -
YUV 110.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 138 117 2 0 0.15 0.99 0.46 50.74 0.97 0.27
Hex 8A 75 2 0 F 63 2E 33 61 1B
Octal 212 165 2 0 17 143 56 63 141 33
Binary 10001010 1110101 10 0 1111 1100011 101110 110011 1100001 11011

Color Harmonies of #8A7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7502

Black with #8A7502

Text Example


Text Example

White with #8A7502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7502; }

 p { color: rgb(138,117,2); }

 H1.HeaderClassName
 {
   color: #8A7502;
 }
 .AnyTagClassName
 {
   color: #8A7502;
 }
</style>

background-color css

<style>
 a { background-color: #8A7502; }

 a { background-color: rgb(138,117,2); }

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

border-color css

<style>
 span { border-color: #8A7502; }

 span { border-color: rgb(138,117,2); }

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