Html Css Color HEX #827E0B Olive

📋 copy color: '#827E0B'

red 130 ◦ green 126 ◦ blue 11

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

Shades of Olive #827E0B

Tints of Olive #827E0B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 47.19%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 48.69%
G = 47.19%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#827E0B (or 0x827E0B) is known color: Olive. HEX triplet: 82, 7E and 0B. RGB value is (130,126,11). Sum of RGB (Red+Green+Blue) = 130+126+11=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 126 (49.61% from 255 or 47.19% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #827E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E0B is #7D81F4. Grayscale: #727272. Windows color (decimal): -8225269 or 753282. OLE color: 753282.

HSL color Cylindrical-coordinate representation of color #827E0B: hue angle of 57.98º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #827E0B is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 11 -
CMYK 0 0.03 0.92 0.49
HSL 57.98º 0.84% 0.28% -
HSV(B) 57.98º 0.92% 0.51% -
XYZ 16.73 19.69 3.24 -
YUV 114.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 130 126 11 0 0.03 0.92 0.49 57.98 0.84 0.28
Hex 82 7E B 0 3 5C 31 3A 54 1C
Octal 202 176 13 0 3 134 61 72 124 34
Binary 10000010 1111110 1011 0 11 1011100 110001 111010 1010100 11100

Color Harmonies of #827E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E0B

Black with #827E0B

Text Example


Text Example

White with #827E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E0B; }

 p { color: rgb(130,126,11); }

 H1.HeaderClassName
 {
   color: #827E0B;
 }
 .AnyTagClassName
 {
   color: #827E0B;
 }
</style>

background-color css

<style>
 a { background-color: #827E0B; }

 a { background-color: rgb(130,126,11); }

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

border-color css

<style>
 span { border-color: #827E0B; }

 span { border-color: rgb(130,126,11); }

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