#707A17

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

Shades of Fiji Green #707A17

Tints of Fiji Green #707A17

Color information

#707A17 (or 0x707A17) is unknown color: approx Fiji Green. HEX triplet: 70, 7A and 17. RGB value is (112,122,23). Sum of RGB (Red+Green+Blue) = 112+122+23=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 23 (9.38% from 255 or 8.95% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #707A17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707A17 is #8F85E8. Grayscale: #6C6C6C. Windows color (decimal): -9405929 or 1538672. OLE color: 1538672.

HSL color Cylindrical-coordinate representation of color #707A17: hue angle of 66.06º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #707A17 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.52.

Color convert

RGB11212223-
CMYK0.0800.810.52
HSL66.06º68.28%28.43%-
HSV(B)66.06º81.15%47.84%-
XYZ13.817.433.45-
YUV107.7280.19131.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 23 (9.38% from 255) = 8.95%
R=43.58%
G=47.47%
B=8.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal112122230.0800.810.5266.0668.2828.43
Hex707A1780513442441c
Octal160172271001216410210434
Binary11100001111010101111000010100011101001000010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A17; }

 p { color: rgb(112,122,23); }

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

<style>
 a { background-color: #707A17; }

 a { background-color: rgb(112,122,23); }

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

<style>
 span { border-color: #707A17; }

 span { border-color: rgb(112,122,23); }

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