Html Css Color HEX #828E09 Olive

📋 copy color: '#828E09'

red 130 ◦ green 142 ◦ blue 9

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

Shades of Olive #828E09

Tints of Olive #828E09

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.53%

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

R = 46.26%
G = 50.53%
B = 3.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#828E09 (or 0x828E09) is known color: Olive. HEX triplet: 82, 8E and 09. RGB value is (130,142,9). Sum of RGB (Red+Green+Blue) = 130+142+9=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 142 (55.86% from 255 or 50.53% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 142 - color contains mainly: green. Hex color #828E09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E09 is #7D71F6. Grayscale: #7B7B7B. Windows color (decimal): -8221175 or 626306. OLE color: 626306.

HSL color Cylindrical-coordinate representation of color #828E09: hue angle of 65.41º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #828E09 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 142 9 -
CMYK 0.08 0 0.94 0.44
HSL 65.41º 0.88% 0.3% -
HSV(B) 65.41º 0.94% 0.56% -
XYZ 18.93 24.11 3.91 -
YUV 123.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 130 142 9 0.08 0 0.94 0.44 65.41 0.88 0.3
Hex 82 8E 9 8 0 5E 2C 41 58 1E
Octal 202 216 11 10 0 136 54 101 130 36
Binary 10000010 10001110 1001 1000 0 1011110 101100 1000001 1011000 11110

Color Harmonies of #828E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E09

Black with #828E09

Text Example


Text Example

White with #828E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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