Html Css Color HEX #826F09 Olive

📋 copy color: '#826F09'

red 130 ◦ green 111 ◦ blue 9

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

Shades of Olive #826F09

Tints of Olive #826F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.6%

R = 52%
G = 44.4%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#826F09 (or 0x826F09) is known color: Olive. HEX triplet: 82, 6F and 09. RGB value is (130,111,9). Sum of RGB (Red+Green+Blue) = 130+111+9=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #826F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F09 is #7D90F6. Grayscale: #696969. Windows color (decimal): -8229111 or 618370. OLE color: 618370.

HSL color Cylindrical-coordinate representation of color #826F09: hue angle of 50.58º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #826F09 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 111 9 -
CMYK 0 0.15 0.93 0.49
HSL 50.58º 0.87% 0.27% -
HSV(B) 50.58º 0.93% 0.51% -
XYZ 14.94 16.13 2.59 -
YUV 105.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 130 111 9 0 0.15 0.93 0.49 50.58 0.87 0.27
Hex 82 6F 9 0 F 5D 31 33 57 1B
Octal 202 157 11 0 17 135 61 63 127 33
Binary 10000010 1101111 1001 0 1111 1011101 110001 110011 1010111 11011

Color Harmonies of #826F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826F09

Black with #826F09

Text Example


Text Example

White with #826F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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