#62781B

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

Shades of Fiji Green #62781B

Tints of Fiji Green #62781B

Color information

#62781B (or 0x62781B) is unknown color: approx Fiji Green. HEX triplet: 62, 78 and 1B. RGB value is (98,120,27). Sum of RGB (Red+Green+Blue) = 98+120+27=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #62781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62781B is #9D87E4. Grayscale: #676767. Windows color (decimal): -10323941 or 1800290. OLE color: 1800290.

HSL color Cylindrical-coordinate representation of color #62781B: hue angle of 74.19º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #62781B is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB9812027-
CMYK0.1800.780.53
HSL74.19º63.27%28.82%-
HSV(B)74.19º77.5%47.06%-
XYZ11.9516.113.52-
YUV102.8285.21124.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40%
GREEN value IS 120 (47.27% from 255) = 48.98%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=40%
G=48.98%
B=11.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal98120270.1800.780.5374.1963.2728.82
Hex62781B1204E354a3f1d
Octal14217033220116651127735
Binary11000101111000110111001001001110110101100101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62781B; }

 p { color: rgb(98,120,27); }

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

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

 a { background-color: rgb(98,120,27); }

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

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

 span { border-color: rgb(98,120,27); }

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