#707813

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

Shades of Fiji Green #707813

Tints of Fiji Green #707813

Color information

#707813 (or 0x707813) is unknown color: approx Fiji Green. HEX triplet: 70, 78 and 13. RGB value is (112,120,19). Sum of RGB (Red+Green+Blue) = 112+120+19=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 120 (47.27% from 255 or 47.81% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 120 - color contains mainly: green. Hex color #707813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707813 is #8F87EC. Grayscale: #6A6A6A. Windows color (decimal): -9406445 or 1276016. OLE color: 1276016.

HSL color Cylindrical-coordinate representation of color #707813: hue angle of 64.75º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #707813 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB11212019-
CMYK0.0700.840.53
HSL64.75º72.66%27.25%-
HSV(B)64.75º84.17%47.06%-
XYZ13.5216.923.17-
YUV106.0978.85132.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.62%
GREEN value IS 120 (47.27% from 255) = 47.81%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=44.62%
G=47.81%
B=7.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112120190.0700.840.5364.7572.6627.25
Hex70781370543541491b
Octal16017023701246510111133
Binary1110000111100010011111010101001101011000001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707813; }

 p { color: rgb(112,120,19); }

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

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

 a { background-color: rgb(112,120,19); }

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

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

 span { border-color: rgb(112,120,19); }

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