#65760B

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

Shades of Fiji Green #65760B

Tints of Fiji Green #65760B

Color information

#65760B (or 0x65760B) is unknown color: approx Fiji Green. HEX triplet: 65, 76 and 0B. RGB value is (101,118,11). Sum of RGB (Red+Green+Blue) = 101+118+11=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 11 (4.69% from 255 or 4.78% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #65760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65760B is #9A89F4. Grayscale: #656565. Windows color (decimal): -10127861 or 751205. OLE color: 751205.

HSL color Cylindrical-coordinate representation of color #65760B: hue angle of 69.53º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65760B is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB10111811-
CMYK0.1400.910.54
HSL69.53º82.95%25.29%-
HSV(B)69.53º90.68%46.27%-
XYZ11.9115.752.73-
YUV100.7277.37128.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 118 (46.48% from 255) = 51.30%
BLUE value IS 11 (4.69% from 255) = 4.78%
R=43.91%
G=51.30%
B=4.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101118110.1400.910.5469.5382.9525.29
Hex6576BE05B36465319
Octal145166131601336610612331
Binary1100101111011010111110010110111101101000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65760B; }

 p { color: rgb(101,118,11); }

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

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

 a { background-color: rgb(101,118,11); }

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

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

 span { border-color: rgb(101,118,11); }

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