Html Css Color HEX #809601 Olive

📋 copy color: '#809601'

red 128 ◦ green 150 ◦ blue 1

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

Shades of Olive #809601

Tints of Olive #809601

RGB

 RED value IS 128 (50.39% from 255) = 45.88%

 GREEN value IS 150 (58.98% from 255) = 53.76%

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

R = 45.88%
G = 53.76%
B = 0.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#809601 (or 0x809601) is known color: Olive. HEX triplet: 80, 96 and 01. RGB value is (128,150,1). Sum of RGB (Red+Green+Blue) = 128+150+1=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #809601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #809601 is #7F69FE. Grayscale: #7F7F7F. Windows color (decimal): -8350207 or 104064. OLE color: 104064.

HSL color Cylindrical-coordinate representation of color #809601: hue angle of 68.86º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #809601 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 1 -
CMYK 0.15 0 0.99 0.41
HSL 68.86º 0.99% 0.3% -
HSV(B) 68.86º 0.99% 0.59% -
XYZ 19.81 26.4 4.08 -
YUV 126.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 128 150 1 0.15 0 0.99 0.41 68.86 0.99 0.3
Hex 80 96 1 F 0 63 29 45 63 1E
Octal 200 226 1 17 0 143 51 105 143 36
Binary 10000000 10010110 1 1111 0 1100011 101001 1000101 1100011 11110

Color Harmonies of #809601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809601

Black with #809601

Text Example


Text Example

White with #809601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809601; }

 p { color: rgb(128,150,1); }

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

background-color css

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

 a { background-color: rgb(128,150,1); }

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

border-color css

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

 span { border-color: rgb(128,150,1); }

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