#5D7A07

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

Shades of Fiji Green #5D7A07

Tints of Fiji Green #5D7A07

Color information

#5D7A07 (or 0x5D7A07) is unknown color: approx Fiji Green. HEX triplet: 5D, 7A and 07. RGB value is (93,122,7). Sum of RGB (Red+Green+Blue) = 93+122+7=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7A07 is #A285F8. Grayscale: #646464. Windows color (decimal): -10651129 or 490077. OLE color: 490077.

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

Color convert

RGB931227-
CMYK0.2400.940.52
HSL75.13º89.15%25.29%-
HSV(B)75.13º94.26%47.84%-
XYZ11.5116.262.73-
YUV100.2275.39122.85-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=41.89%
G=54.95%
B=3.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9312270.2400.940.5275.1389.1525.29
Hex5D7A71805E344b5919
Octal13517273001366411313131
Binary1011101111101011111000010111101101001001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D7A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,122,7); }

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

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

 a { background-color: rgb(93,122,7); }

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

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

 span { border-color: rgb(93,122,7); }

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