#62690F

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

Shades of Fiji Green #62690F

Tints of Fiji Green #62690F

Color information

#62690F (or 0x62690F) is unknown color: approx Fiji Green. HEX triplet: 62, 69 and 0F. RGB value is (98,105,15). Sum of RGB (Red+Green+Blue) = 98+105+15=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #62690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #62690F is #9D96F0. Grayscale: #5D5D5D. Windows color (decimal): -10327793 or 1010018. OLE color: 1010018.

HSL color Cylindrical-coordinate representation of color #62690F: hue angle of 64.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #62690F is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB9810515-
CMYK0.0700.860.59
HSL64.67º75%23.53%-
HSV(B)64.67º85.71%41.18%-
XYZ10.1712.732.37-
YUV92.6584.18131.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 105 (41.41% from 255) = 48.17%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=44.95%
G=48.17%
B=6.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98105150.0700.860.5964.677523.53
Hex6269F70563B414b18
Octal14215117701267310111330
Binary110001011010011111111010101101110111000001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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