#62690A

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

Shades of Fiji Green #62690A

Tints of Fiji Green #62690A

Color information

#62690A (or 0x62690A) is unknown color: approx Fiji Green. HEX triplet: 62, 69 and 0A. RGB value is (98,105,10). Sum of RGB (Red+Green+Blue) = 98+105+10=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #62690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62690A is #9D96F5. Grayscale: #5C5C5C. Windows color (decimal): -10327798 or 682338. OLE color: 682338.

HSL color Cylindrical-coordinate representation of color #62690A: hue angle of 64.42º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #62690A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB9810510-
CMYK0.0700.900.59
HSL64.42º82.61%22.55%-
HSV(B)64.42º90.48%41.18%-
XYZ10.1412.722.21-
YUV92.0881.68132.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=46.01%
G=49.30%
B=4.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105100.0700.900.5964.4282.6122.55
Hex6269A705A3B405317
Octal14215112701327310012327
Binary110001011010011010111010110101110111000000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62690A; }

 p { color: rgb(98,105,10); }

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

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

 a { background-color: rgb(98,105,10); }

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

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

 span { border-color: rgb(98,105,10); }

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