Html Css Color HEX #828F06 Olive

📋 copy color: '#828F06'

red 130 ◦ green 143 ◦ blue 6

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

Shades of Olive #828F06

Tints of Olive #828F06

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.25%

 BLUE value IS 6 (2.73% from 255) = 2.15%

R = 46.59%
G = 51.25%
B = 2.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#828F06 (or 0x828F06) is known color: Olive. HEX triplet: 82, 8F and 06. RGB value is (130,143,6). Sum of RGB (Red+Green+Blue) = 130+143+6=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #828F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828F06 is #7D70F9. Grayscale: #7C7C7C. Windows color (decimal): -8220922 or 429954. OLE color: 429954.

HSL color Cylindrical-coordinate representation of color #828F06: hue angle of 65.69º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #828F06 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 130 143 6 -
CMYK 0.09 0 0.96 0.44
HSL 65.69º 0.92% 0.29% -
HSV(B) 65.69º 0.96% 0.56% -
XYZ 19.06 24.4 3.88 -
YUV 123.5 61.69 132.64 -
System Red Green Blue C M Y K H S L
Decimal 130 143 6 0.09 0 0.96 0.44 65.69 0.92 0.29
Hex 82 8F 6 9 0 60 2C 42 5C 1D
Octal 202 217 6 11 0 140 54 102 134 35
Binary 10000010 10001111 110 1001 0 1100000 101100 1000010 1011100 11101

Color Harmonies of #828F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F06

Black with #828F06

Text Example


Text Example

White with #828F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,143,6); }

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

background-color css

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

 a { background-color: rgb(130,143,6); }

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

border-color css

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

 span { border-color: rgb(130,143,6); }

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