Html Css Color HEX #8A830F Olive

📋 copy color: '#8A830F'

red 138 ◦ green 131 ◦ blue 15

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

Shades of Olive #8A830F

Tints of Olive #8A830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 15 (6.25% from 255) = 5.28%

R = 48.59%
G = 46.13%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#8A830F (or 0x8A830F) is known color: Olive. HEX triplet: 8A, 83 and 0F. RGB value is (138,131,15). Sum of RGB (Red+Green+Blue) = 138+131+15=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A830F is #757CF0. Grayscale: #787878. Windows color (decimal): -7699697 or 1016714. OLE color: 1016714.

HSL color Cylindrical-coordinate representation of color #8A830F: hue angle of 56.59º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8A830F is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 15 -
CMYK 0 0.05 0.89 0.46
HSL 56.59º 0.8% 0.3% -
HSV(B) 56.59º 0.89% 0.54% -
XYZ 18.68 21.67 3.65 -
YUV 119.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 138 131 15 0 0.05 0.89 0.46 56.59 0.8 0.3
Hex 8A 83 F 0 5 59 2E 39 50 1E
Octal 212 203 17 0 5 131 56 71 120 36
Binary 10001010 10000011 1111 0 101 1011001 101110 111001 1010000 11110

Color Harmonies of #8A830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A830F

Black with #8A830F

Text Example


Text Example

White with #8A830F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,15); }

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

background-color css

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

 a { background-color: rgb(138,131,15); }

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

border-color css

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

 span { border-color: rgb(138,131,15); }

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