Html Css Color HEX #828A0F Olive

📋 copy color: '#828A0F'

red 130 ◦ green 138 ◦ blue 15

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

Shades of Olive #828A0F

Tints of Olive #828A0F

RGB

 RED value IS 130 (51.17% from 255) = 45.94%

 GREEN value IS 138 (54.3% from 255) = 48.76%

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

R = 45.94%
G = 48.76%
B = 5.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#828A0F (or 0x828A0F) is known color: Olive. HEX triplet: 82, 8A and 0F. RGB value is (130,138,15). Sum of RGB (Red+Green+Blue) = 130+138+15=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 15 (6.25% from 255 or 5.30% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #828A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A0F is #7D75F0. Grayscale: #7A7A7A. Windows color (decimal): -8222193 or 1018498. OLE color: 1018498.

HSL color Cylindrical-coordinate representation of color #828A0F: hue angle of 63.9º 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 #828A0F is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 15 -
CMYK 0.06 0 0.89 0.46
HSL 63.9º 0.8% 0.3% -
HSV(B) 63.9º 0.89% 0.54% -
XYZ 18.38 22.96 3.91 -
YUV 121.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 130 138 15 0.06 0 0.89 0.46 63.9 0.8 0.3
Hex 82 8A F 6 0 59 2E 40 50 1E
Octal 202 212 17 6 0 131 56 100 120 36
Binary 10000010 10001010 1111 110 0 1011001 101110 1000000 1010000 11110

Color Harmonies of #828A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A0F

Black with #828A0F

Text Example


Text Example

White with #828A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828A0F; }

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

 H1.HeaderClassName
 {
   color: #828A0F;
 }
 .AnyTagClassName
 {
   color: #828A0F;
 }
</style>

background-color css

<style>
 a { background-color: #828A0F; }

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

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

border-color css

<style>
 span { border-color: #828A0F; }

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

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