#5A7B1A

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

Shades of Fiji Green #5A7B1A

Tints of Fiji Green #5A7B1A

Color information

#5A7B1A (or 0x5A7B1A) is unknown color: approx Fiji Green. HEX triplet: 5A, 7B and 1A. RGB value is (90,123,26). Sum of RGB (Red+Green+Blue) = 90+123+26=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #5A7B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7B1A is #A584E5. Grayscale: #666666. Windows color (decimal): -10847462 or 1735514. OLE color: 1735514.

HSL color Cylindrical-coordinate representation of color #5A7B1A: hue angle of 80.41º 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 #5A7B1A is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.52.

Color convert

RGB9012326-
CMYK0.2700.790.52
HSL80.41º65.1%29.22%-
HSV(B)80.41º78.86%48.24%-
XYZ11.4916.413.54-
YUV102.0785.07119.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 26 (10.55% from 255) = 10.88%
R=37.66%
G=51.46%
B=10.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90123260.2700.790.5280.4165.129.22
Hex5A7B1A1B04F3450411d
Octal132173323301176412010135
Binary101101011110111101011011010011111101001010000100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7B1A; }

 p { color: rgb(90,123,26); }

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

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

 a { background-color: rgb(90,123,26); }

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

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

 span { border-color: rgb(90,123,26); }

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