#60620D

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

Shades of Fiji Green #60620D

Tints of Fiji Green #60620D

Color information

#60620D (or 0x60620D) is unknown color: approx Fiji Green. HEX triplet: 60, 62 and 0D. RGB value is (96,98,13). Sum of RGB (Red+Green+Blue) = 96+98+13=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #60620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60620D is #9F9DF2. Grayscale: #585858. Windows color (decimal): -10460659 or 877152. OLE color: 877152.

HSL color Cylindrical-coordinate representation of color #60620D: hue angle of 61.41º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #60620D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB969813-
CMYK0.0200.870.62
HSL61.41º76.58%21.76%-
HSV(B)61.41º86.73%38.43%-
XYZ9.2611.252.06-
YUV87.7185.84133.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=46.38%
G=47.34%
B=6.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698130.0200.870.6261.4176.5821.76
Hex6062D20573E3d4d16
Octal1401421520127767511526
Binary1100000110001011011001010111111110111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60620D; }

 p { color: rgb(96,98,13); }

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

<style>
 a { background-color: #60620D; }

 a { background-color: rgb(96,98,13); }

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

<style>
 span { border-color: #60620D; }

 span { border-color: rgb(96,98,13); }

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