#808150

Color #808150 Kokoda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kokoda #808150

Tints of Kokoda #808150

Color information

#808150 (or 0x808150) is unknown color: approx Kokoda. HEX triplet: 80, 81 and 50. RGB value is (128,129,80). Sum of RGB (Red+Green+Blue) = 128+129+80=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 129 - color contains mainly: green. Hex color #808150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808150 is #7F7EAF. Grayscale: #7B7B7B. Windows color (decimal): -8355504 or 5276032. OLE color: 5276032.

HSL color Cylindrical-coordinate representation of color #808150: hue angle of 61.22º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808150 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12812980-
CMYK0.0100.380.49
HSL61.22º23.44%40.98%-
HSV(B)61.22º37.98%50.59%-
XYZ18.220.8710.66-
YUV123.12103.67131.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.98%
GREEN value IS 129 (50.78% from 255) = 38.28%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=37.98%
G=38.28%
B=23.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128129800.0100.380.4961.2223.4440.98
Hex8081501026313d1729
Octal200201120104661752751
Binary100000001000000110100001010011011000111110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808150; }

 p { color: rgb(128,129,80); }

 H1.HeaderClassName
 {
   color: #808150;
 }
 .AnyTagClassName
 {
   color: #808150;
 }
</style>
background-color css

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

 a { background-color: rgb(128,129,80); }

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

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

 span { border-color: rgb(128,129,80); }

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