#5C7B04

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

Shades of Fiji Green #5C7B04

Tints of Fiji Green #5C7B04

Color information

#5C7B04 (or 0x5C7B04) is unknown color: approx Fiji Green. HEX triplet: 5C, 7B and 04. RGB value is (92,123,4). Sum of RGB (Red+Green+Blue) = 92+123+4=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 123 (48.44% from 255 or 56.16% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 123 - color contains mainly: green. Hex color #5C7B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C7B04 is #A384FB. Grayscale: #646464. Windows color (decimal): -10716412 or 293724. OLE color: 293724.

HSL color Cylindrical-coordinate representation of color #5C7B04: hue angle of 75.63º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C7B04 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB921234-
CMYK0.2500.970.52
HSL75.63º93.7%24.9%-
HSV(B)75.63º96.75%48.24%-
XYZ11.5216.452.68-
YUV100.1673.73122.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.01%
GREEN value IS 123 (48.44% from 255) = 56.16%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=42.01%
G=56.16%
B=1.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9212340.2500.970.5275.6393.724.9
Hex5C7B419061344c5e19
Octal13417343101416411413631
Binary1011100111101110011001011000011101001001100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,123,4); }

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

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

 a { background-color: rgb(92,123,4); }

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

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

 span { border-color: rgb(92,123,4); }

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