Html Css Color HEX #827F05 Olive

📋 copy color: '#827F05'

red 130 ◦ green 127 ◦ blue 5

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

Shades of Olive #827F05

Tints of Olive #827F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 49.62%
G = 48.47%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#827F05 (or 0x827F05) is known color: Olive. HEX triplet: 82, 7F and 05. RGB value is (130,127,5). Sum of RGB (Red+Green+Blue) = 130+127+5=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 127 (50% from 255 or 48.47% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #827F05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F05 is #7D80FA. Grayscale: #727272. Windows color (decimal): -8225019 or 360322. OLE color: 360322.

HSL color Cylindrical-coordinate representation of color #827F05: hue angle of 58.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #827F05 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 127 5 -
CMYK 0 0.02 0.96 0.49
HSL 58.56º 0.93% 0.26% -
HSV(B) 58.56º 0.96% 0.51% -
XYZ 16.82 19.94 3.1 -
YUV 113.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 130 127 5 0 0.02 0.96 0.49 58.56 0.93 0.26
Hex 82 7F 5 0 2 60 31 3B 5D 1A
Octal 202 177 5 0 2 140 61 73 135 32
Binary 10000010 1111111 101 0 10 1100000 110001 111011 1011101 11010

Color Harmonies of #827F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827F05

Black with #827F05

Text Example


Text Example

White with #827F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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