#65630C

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

Shades of Fiji Green #65630C

Tints of Fiji Green #65630C

Color information

#65630C (or 0x65630C) is unknown color: approx Fiji Green. HEX triplet: 65, 63 and 0C. RGB value is (101,99,12). Sum of RGB (Red+Green+Blue) = 101+99+12=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #65630C is #9A9CF3. Grayscale: #5A5A5A. Windows color (decimal): -10132724 or 811877. OLE color: 811877.

HSL color Cylindrical-coordinate representation of color #65630C: hue angle of 58.65º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65630C is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB1019912-
CMYK00.020.880.60
HSL58.65º78.76%22.16%-
HSV(B)58.65º88.12%39.61%-
XYZ9.911.722.09-
YUV89.6884.16136.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 99 (39.06% from 255) = 46.70%
BLUE value IS 12 (5.08% from 255) = 5.66%
R=47.64%
G=46.70%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101991200.020.880.6058.6578.7622.16
Hex6563C02583C3b4f16
Octal1451431402130747311726
Binary1100101110001111000101011000111100111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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