#65710B

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

Shades of Fiji Green #65710B

Tints of Fiji Green #65710B

Color information

#65710B (or 0x65710B) is unknown color: approx Fiji Green. HEX triplet: 65, 71 and 0B. RGB value is (101,113,11). Sum of RGB (Red+Green+Blue) = 101+113+11=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #65710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65710B is #9A8EF4. Grayscale: #626262. Windows color (decimal): -10129141 or 749925. OLE color: 749925.

HSL color Cylindrical-coordinate representation of color #65710B: hue angle of 67.06º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65710B is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB10111311-
CMYK0.1100.900.56
HSL67.06º82.26%24.31%-
HSV(B)67.06º90.27%44.31%-
XYZ11.3314.62.54-
YUV97.7879.02130.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 113 (44.53% from 255) = 50.22%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=44.89%
G=50.22%
B=4.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101113110.1100.900.5667.0682.2624.31
Hex6571BB05A38435218
Octal145161131301327010312230
Binary1100101111000110111011010110101110001000011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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