#61630c

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

Shades of Fiji Green #61630C

Tints of Fiji Green #61630C

Color information

#61630C (or 0x61630C) is unknown color: approx Fiji Green. HEX triplet: 61, 63 and 0C. RGB value is (97,99,12). Sum of RGB (Red+Green+Blue) = 97+99+12=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 99 (39.06% from 255 or 47.60% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 99 - color contains mainly: green. Hex color #61630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61630C is #9E9CF3. Grayscale: #585858. Windows color (decimal): -10394868 or 811873. OLE color: 811873.

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

Color convert

RGB979912-
CMYK0.0200.880.61
HSL61.38º78.38%21.76%-
HSV(B)61.38º87.88%38.82%-
XYZ9.4611.492.07-
YUV88.4884.84134.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 99 (39.06% from 255) = 47.60%
BLUE value IS 12 (5.08% from 255) = 5.77%
R=46.63%
G=47.60%
B=5.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799120.0200.880.6161.3878.3821.76
Hex6163C20583D3d4e16
Octal1411431420130757511626
Binary1100001110001111001001011000111101111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61630c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61630c; }

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

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

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

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

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

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

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

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