Html Css Color HEX #827F08 Olive

📋 copy color: '#827F08'

red 130 ◦ green 127 ◦ blue 8

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

Shades of Olive #827F08

Tints of Olive #827F08

RGB

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

 GREEN value IS 127 (50% from 255) = 47.92%

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

R = 49.06%
G = 47.92%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#827F08 (or 0x827F08) is known color: Olive. HEX triplet: 82, 7F and 08. RGB value is (130,127,8). Sum of RGB (Red+Green+Blue) = 130+127+8=265 (35% of max value = 765). Red value is 130 (51.17% from 255 or 49.06% from 265); Green value is 127 (50% from 255 or 47.92% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 130 - color contains mainly: red. Hex color #827F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F08 is #7D80F7. Grayscale: #727272. Windows color (decimal): -8225016 or 556930. OLE color: 556930.

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

Color convert

RGB 130 127 8 -
CMYK 0 0.02 0.94 0.49
HSL 58.52º 0.88% 0.27% -
HSV(B) 58.52º 0.94% 0.51% -
XYZ 16.84 19.94 3.19 -
YUV 114.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 130 127 8 0 0.02 0.94 0.49 58.52 0.88 0.27
Hex 82 7F 8 0 2 5E 31 3B 58 1B
Octal 202 177 10 0 2 136 61 73 130 33
Binary 10000010 1111111 1000 0 10 1011110 110001 111011 1011000 11011

Color Harmonies of #827F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F08

Black with #827F08

Text Example


Text Example

White with #827F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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