Html Css Color HEX #827E02 Olive

📋 copy color: '#827E02'

red 130 ◦ green 126 ◦ blue 2

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

Shades of Olive #827E02

Tints of Olive #827E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 48.84%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 50.39%
G = 48.84%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#827E02 (or 0x827E02) is known color: Olive. HEX triplet: 82, 7E and 02. RGB value is (130,126,2). Sum of RGB (Red+Green+Blue) = 130+126+2=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #827E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E02 is #7D81FD. Grayscale: #717171. Windows color (decimal): -8225278 or 163458. OLE color: 163458.

HSL color Cylindrical-coordinate representation of color #827E02: hue angle of 58.12º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #827E02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 126 2 -
CMYK 0 0.03 0.98 0.49
HSL 58.13º 0.97% 0.26% -
HSV(B) 58.13º 0.98% 0.51% -
XYZ 16.68 19.67 2.98 -
YUV 113.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 130 126 2 0 0.03 0.98 0.49 58.13 0.97 0.26
Hex 82 7E 2 0 3 62 31 3A 61 1A
Octal 202 176 2 0 3 142 61 72 141 32
Binary 10000010 1111110 10 0 11 1100010 110001 111010 1100001 11010

Color Harmonies of #827E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827E02

Black with #827E02

Text Example


Text Example

White with #827E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827E02; }

 p { color: rgb(130,126,2); }

 H1.HeaderClassName
 {
   color: #827E02;
 }
 .AnyTagClassName
 {
   color: #827E02;
 }
</style>

background-color css

<style>
 a { background-color: #827E02; }

 a { background-color: rgb(130,126,2); }

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

border-color css

<style>
 span { border-color: #827E02; }

 span { border-color: rgb(130,126,2); }

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