Html Css Color HEX #817C02 Olive

📋 copy color: '#817C02'

red 129 ◦ green 124 ◦ blue 2

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

Shades of Olive #817C02

Tints of Olive #817C02

RGB

 RED value IS 129 (50.78% from 255) = 50.59%

 GREEN value IS 124 (48.83% from 255) = 48.63%

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

R = 50.59%
G = 48.63%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#817C02 (or 0x817C02) is known color: Olive. HEX triplet: 81, 7C and 02. RGB value is (129,124,2). Sum of RGB (Red+Green+Blue) = 129+124+2=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #817C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C02 is #7E83FD. Grayscale: #707070. Windows color (decimal): -8291326 or 162945. OLE color: 162945.

HSL color Cylindrical-coordinate representation of color #817C02: hue angle of 57.64º 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 #817C02 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 124 2 -
CMYK 0 0.04 0.98 0.49
HSL 57.64º 0.97% 0.26% -
HSV(B) 57.64º 0.98% 0.51% -
XYZ 16.27 19.09 2.88 -
YUV 111.59 66.16 140.42 -
System Red Green Blue C M Y K H S L
Decimal 129 124 2 0 0.04 0.98 0.49 57.64 0.97 0.26
Hex 81 7C 2 0 4 62 31 3A 61 1A
Octal 201 174 2 0 4 142 61 72 141 32
Binary 10000001 1111100 10 0 100 1100010 110001 111010 1100001 11010

Color Harmonies of #817C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817C02

Black with #817C02

Text Example


Text Example

White with #817C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817C02; }

 p { color: rgb(129,124,2); }

 H1.HeaderClassName
 {
   color: #817C02;
 }
 .AnyTagClassName
 {
   color: #817C02;
 }
</style>

background-color css

<style>
 a { background-color: #817C02; }

 a { background-color: rgb(129,124,2); }

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

border-color css

<style>
 span { border-color: #817C02; }

 span { border-color: rgb(129,124,2); }

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