Html Css Color HEX #826F07 Olive

📋 copy color: '#826F07'

red 130 ◦ green 111 ◦ blue 7

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

Shades of Olive #826F07

Tints of Olive #826F07

RGB

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

 GREEN value IS 111 (43.75% from 255) = 44.76%

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

R = 52.42%
G = 44.76%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#826F07 (or 0x826F07) is known color: Olive. HEX triplet: 82, 6F and 07. RGB value is (130,111,7). Sum of RGB (Red+Green+Blue) = 130+111+7=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #826F07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F07 is #7D90F8. Grayscale: #696969. Windows color (decimal): -8229113 or 487298. OLE color: 487298.

HSL color Cylindrical-coordinate representation of color #826F07: hue angle of 50.73º 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 #826F07 is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 7 -
CMYK 0 0.15 0.95 0.49
HSL 50.73º 0.9% 0.27% -
HSV(B) 50.73º 0.95% 0.51% -
XYZ 14.93 16.13 2.53 -
YUV 104.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 130 111 7 0 0.15 0.95 0.49 50.73 0.9 0.27
Hex 82 6F 7 0 F 5F 31 33 5A 1B
Octal 202 157 7 0 17 137 61 63 132 33
Binary 10000010 1101111 111 0 1111 1011111 110001 110011 1011010 11011

Color Harmonies of #826F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F07

Black with #826F07

Text Example


Text Example

White with #826F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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