#5C7A1A

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

Shades of Fiji Green #5C7A1A

Tints of Fiji Green #5C7A1A

Color information

#5C7A1A (or 0x5C7A1A) is unknown color: approx Fiji Green. HEX triplet: 5C, 7A and 1A. RGB value is (92,122,26). Sum of RGB (Red+Green+Blue) = 92+122+26=240 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.33% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #5C7A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7A1A is #A385E5. Grayscale: #666666. Windows color (decimal): -10716646 or 1735260. OLE color: 1735260.

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

Color convert

RGB9212226-
CMYK0.2500.790.52
HSL78.75º64.86%29.02%-
HSV(B)78.75º78.69%47.84%-
XYZ11.5616.273.51-
YUV102.0985.06120.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.33%
GREEN value IS 122 (48.05% from 255) = 50.83%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=38.33%
G=50.83%
B=10.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92122260.2500.790.5278.7564.8629.02
Hex5C7A1A1904F344f411d
Octal134172323101176411710135
Binary101110011110101101011001010011111101001001111100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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