Html Css Color HEX #827900 Olive

📋 copy color: '#827900'

red 130 ◦ green 121 ◦ blue 0

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

Shades of Olive #827900

Tints of Olive #827900

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 51.79%
G = 48.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#827900 (or 0x827900) is known color: Olive. HEX triplet: 82, 79 and 00. RGB value is (130,121,0). Sum of RGB (Red+Green+Blue) = 130+121+0=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #827900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827900 is #7D86FF. Grayscale: #6E6E6E. Windows color (decimal): -8226560 or 31106. OLE color: 31106.

HSL color Cylindrical-coordinate representation of color #827900: hue angle of 55.85º 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 #827900 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 0 -
CMYK 0 0.07 1 0.49
HSL 55.85º 1% 0.25% -
HSV(B) 55.85º 1% 0.51% -
XYZ 16.04 18.42 2.71 -
YUV 109.9 65.98 142.34 -
System Red Green Blue C M Y K H S L
Decimal 130 121 0 0 0.07 1 0.49 55.85 1 0.25
Hex 82 79 0 0 7 64 31 38 64 19
Octal 202 171 0 0 7 144 61 70 144 31
Binary 10000010 1111001 0 0 111 1100100 110001 111000 1100100 11001

Color Harmonies of #827900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827900

Black with #827900

Text Example


Text Example

White with #827900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827900; }

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

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

background-color css

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

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

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

border-color css

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

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

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