Html Css Color HEX #827A00 Olive

📋 copy color: '#827A00'

red 130 ◦ green 122 ◦ blue 0

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

Shades of Olive #827A00

Tints of Olive #827A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.59%
G = 48.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827A00 (or 0x827A00) is known color: Olive. HEX triplet: 82, 7A and 00. RGB value is (130,122,0). Sum of RGB (Red+Green+Blue) = 130+122+0=252 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.59% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 130 - color contains mainly: red. Hex color #827A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A00 is #7D85FF. Grayscale: #6E6E6E. Windows color (decimal): -8226304 or 31362. OLE color: 31362.

HSL color Cylindrical-coordinate representation of color #827A00: hue angle of 56.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #827A00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 0 -
CMYK 0 0.06 1 0.49
HSL 56.31º 1% 0.25% -
HSV(B) 56.31º 1% 0.51% -
XYZ 16.17 18.66 2.75 -
YUV 110.48 65.65 141.92 -
System Red Green Blue C M Y K H S L
Decimal 130 122 0 0 0.06 1 0.49 56.31 1 0.25
Hex 82 7A 0 0 6 64 31 38 64 19
Octal 202 172 0 0 6 144 61 70 144 31
Binary 10000010 1111010 0 0 110 1100100 110001 111000 1100100 11001

Color Harmonies of #827A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A00

Black with #827A00

Text Example


Text Example

White with #827A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,0); }

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

background-color css

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

 a { background-color: rgb(130,122,0); }

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

border-color css

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

 span { border-color: rgb(130,122,0); }

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