Html Css Color HEX #827A08 Olive

📋 copy color: '#827A08'

red 130 ◦ green 122 ◦ blue 8

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

Shades of Olive #827A08

Tints of Olive #827A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 50%
G = 46.92%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827A08 (or 0x827A08) is known color: Olive. HEX triplet: 82, 7A and 08. RGB value is (130,122,8). Sum of RGB (Red+Green+Blue) = 130+122+8=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #827A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827A08 is #7D85F7. Grayscale: #6F6F6F. Windows color (decimal): -8226296 or 555650. OLE color: 555650.

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

Color convert

RGB 130 122 8 -
CMYK 0 0.06 0.94 0.49
HSL 56.07º 0.88% 0.27% -
HSV(B) 56.07º 0.94% 0.51% -
XYZ 16.21 18.68 2.98 -
YUV 111.4 69.65 141.27 -
System Red Green Blue C M Y K H S L
Decimal 130 122 8 0 0.06 0.94 0.49 56.07 0.88 0.27
Hex 82 7A 8 0 6 5E 31 38 58 1B
Octal 202 172 10 0 6 136 61 70 130 33
Binary 10000010 1111010 1000 0 110 1011110 110001 111000 1011000 11011

Color Harmonies of #827A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A08

Black with #827A08

Text Example


Text Example

White with #827A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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