Html Css Color HEX #827C08 Olive

📋 copy color: '#827C08'

red 130 ◦ green 124 ◦ blue 8

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

Shades of Olive #827C08

Tints of Olive #827C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

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

R = 49.62%
G = 47.33%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827C08 (or 0x827C08) is known color: Olive. HEX triplet: 82, 7C and 08. RGB value is (130,124,8). Sum of RGB (Red+Green+Blue) = 130+124+8=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C08 is #7D83F7. Grayscale: #717171. Windows color (decimal): -8225784 or 556162. OLE color: 556162.

HSL color Cylindrical-coordinate representation of color #827C08: hue angle of 57.05º 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 #827C08 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 8 -
CMYK 0 0.05 0.94 0.49
HSL 57.05º 0.88% 0.27% -
HSV(B) 57.05º 0.94% 0.51% -
XYZ 16.46 19.18 3.06 -
YUV 112.57 68.99 140.43 -
System Red Green Blue C M Y K H S L
Decimal 130 124 8 0 0.05 0.94 0.49 57.05 0.88 0.27
Hex 82 7C 8 0 5 5E 31 39 58 1B
Octal 202 174 10 0 5 136 61 71 130 33
Binary 10000010 1111100 1000 0 101 1011110 110001 111001 1011000 11011

Color Harmonies of #827C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C08

Black with #827C08

Text Example


Text Example

White with #827C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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