#607A1A

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

Shades of Fiji Green #607A1A

Tints of Fiji Green #607A1A

Color information

#607A1A (or 0x607A1A) is unknown color: approx Fiji Green. HEX triplet: 60, 7A and 1A. RGB value is (96,122,26). Sum of RGB (Red+Green+Blue) = 96+122+26=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 122 (48.05% from 255 or 50% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 122 - color contains mainly: green. Hex color #607A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #607A1A is #9F85E5. Grayscale: #676767. Windows color (decimal): -10454502 or 1735264. OLE color: 1735264.

HSL color Cylindrical-coordinate representation of color #607A1A: hue angle of 76.25º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #607A1A is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB9612226-
CMYK0.2100.790.52
HSL76.25º64.86%29.02%-
HSV(B)76.25º78.69%47.84%-
XYZ11.9716.483.53-
YUV103.2884.39122.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 122 (48.05% from 255) = 50%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=39.34%
G=50%
B=10.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96122260.2100.790.5276.2564.8629.02
Hex607A1A1504F344c411d
Octal140172322501176411410135
Binary110000011110101101010101010011111101001001100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607A1A; }

 p { color: rgb(96,122,26); }

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

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

 a { background-color: rgb(96,122,26); }

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

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

 span { border-color: rgb(96,122,26); }

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