Html Css Color HEX #828E01 Olive

📋 copy color: '#828E01'

red 130 ◦ green 142 ◦ blue 1

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

Shades of Olive #828E01

Tints of Olive #828E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 47.62%
G = 52.01%
B = 0.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#828E01 (or 0x828E01) is known color: Olive. HEX triplet: 82, 8E and 01. RGB value is (130,142,1). Sum of RGB (Red+Green+Blue) = 130+142+1=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 142 (55.86% from 255 or 52.01% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 142 - color contains mainly: green. Hex color #828E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E01 is #7D71FE. Grayscale: #7A7A7A. Windows color (decimal): -8221183 or 102018. OLE color: 102018.

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

Color convert

RGB 130 142 1 -
CMYK 0.08 0 0.99 0.44
HSL 65.11º 0.99% 0.28% -
HSV(B) 65.11º 0.99% 0.56% -
XYZ 18.88 24.09 3.68 -
YUV 122.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 130 142 1 0.08 0 0.99 0.44 65.11 0.99 0.28
Hex 82 8E 1 8 0 63 2C 41 63 1C
Octal 202 216 1 10 0 143 54 101 143 34
Binary 10000010 10001110 1 1000 0 1100011 101100 1000001 1100011 11100

Color Harmonies of #828E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E01

Black with #828E01

Text Example


Text Example

White with #828E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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