Html Css Color HEX #817300 Olive

📋 copy color: '#817300'

red 129 ◦ green 115 ◦ blue 0

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

Shades of Olive #817300

Tints of Olive #817300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.87%
G = 47.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#817300 (or 0x817300) is known color: Olive. HEX triplet: 81, 73 and 00. RGB value is (129,115,0). Sum of RGB (Red+Green+Blue) = 129+115+0=244 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.87% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 129 - color contains mainly: red. Hex color #817300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817300 is #7E8CFF. Grayscale: #6A6A6A. Windows color (decimal): -8293632 or 29569. OLE color: 29569.

HSL color Cylindrical-coordinate representation of color #817300: hue angle of 53.49º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #817300 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 115 0 -
CMYK 0 0.11 1 0.49
HSL 53.49º 1% 0.25% -
HSV(B) 53.49º 1% 0.51% -
XYZ 15.18 16.93 2.47 -
YUV 106.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 129 115 0 0 0.11 1 0.49 53.49 1 0.25
Hex 81 73 0 0 B 64 31 35 64 19
Octal 201 163 0 0 13 144 61 65 144 31
Binary 10000001 1110011 0 0 1011 1100100 110001 110101 1100100 11001

Color Harmonies of #817300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817300

Black with #817300

Text Example


Text Example

White with #817300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817300; }

 p { color: rgb(129,115,0); }

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

background-color css

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

 a { background-color: rgb(129,115,0); }

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

border-color css

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

 span { border-color: rgb(129,115,0); }

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