#65800C

Color #65800C Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #65800C

Tints of Fiji Green #65800C

Color information

#65800C (or 0x65800C) is unknown color: approx Fiji Green. HEX triplet: 65, 80 and 0C. RGB value is (101,128,12). Sum of RGB (Red+Green+Blue) = 101+128+12=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 128 (50.39% from 255 or 53.11% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 128 - color contains mainly: green. Hex color #65800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #65800C is #9A7FF3. Grayscale: #6B6B6B. Windows color (decimal): -10125300 or 819301. OLE color: 819301.

HSL color Cylindrical-coordinate representation of color #65800C: hue angle of 73.97º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65800C is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB10112812-
CMYK0.2100.910.50
HSL73.97º82.86%27.45%-
HSV(B)73.97º90.62%50.2%-
XYZ13.1518.233.17-
YUV106.774.55123.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 128 (50.39% from 255) = 53.11%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=41.91%
G=53.11%
B=4.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101128120.2100.910.5073.9782.8627.45
Hex6580C1505B324a531b
Octal145200142501336211212333
Binary110010110000000110010101010110111100101001010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65800C; }

 p { color: rgb(101,128,12); }

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

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

 a { background-color: rgb(101,128,12); }

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

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

 span { border-color: rgb(101,128,12); }

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