Html Css Color HEX #827C07 Olive

📋 copy color: '#827C07'

red 130 ◦ green 124 ◦ blue 7

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

Shades of Olive #827C07

Tints of Olive #827C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 49.81%
G = 47.51%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#827C07 (or 0x827C07) is known color: Olive. HEX triplet: 82, 7C and 07. RGB value is (130,124,7). Sum of RGB (Red+Green+Blue) = 130+124+7=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #827C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827C07 is #7D83F8. Grayscale: #707070. Windows color (decimal): -8225785 or 490626. OLE color: 490626.

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

Color convert

RGB 130 124 7 -
CMYK 0 0.05 0.95 0.49
HSL 57.07º 0.9% 0.27% -
HSV(B) 57.07º 0.95% 0.51% -
XYZ 16.45 19.18 3.04 -
YUV 112.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 130 124 7 0 0.05 0.95 0.49 57.07 0.9 0.27
Hex 82 7C 7 0 5 5F 31 39 5A 1B
Octal 202 174 7 0 5 137 61 71 132 33
Binary 10000010 1111100 111 0 101 1011111 110001 111001 1011010 11011

Color Harmonies of #827C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C07

Black with #827C07

Text Example


Text Example

White with #827C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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