#607228

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

Shades of Fiji Green #607228

Tints of Fiji Green #607228

Color information

#607228 (or 0x607228) is unknown color: approx Fiji Green. HEX triplet: 60, 72 and 28. RGB value is (96,114,40). Sum of RGB (Red+Green+Blue) = 96+114+40=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #607228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607228 is #9F8DD7. Grayscale: #646464. Windows color (decimal): -10456536 or 2650720. OLE color: 2650720.

HSL color Cylindrical-coordinate representation of color #607228: hue angle of 74.59º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #607228 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB9611440-
CMYK0.1600.650.55
HSL74.59º48.05%30.2%-
HSV(B)74.59º64.91%44.71%-
XYZ11.2214.674.25-
YUV100.1894.04125.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.4%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 40 (16.02% from 255) = 16%
R=38.4%
G=45.6%
B=16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96114400.1600.650.5574.5948.0530.2
Hex60722810041374b301e
Octal14016250200101671136036
Binary110000011100101010001000001000001110111100101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607228; }

 p { color: rgb(96,114,40); }

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

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

 a { background-color: rgb(96,114,40); }

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

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

 span { border-color: rgb(96,114,40); }

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