#62671A

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

Shades of Fiji Green #62671A

Tints of Fiji Green #62671A

Color information

#62671A (or 0x62671A) is unknown color: approx Fiji Green. HEX triplet: 62, 67 and 1A. RGB value is (98,103,26). Sum of RGB (Red+Green+Blue) = 98+103+26=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 26 (10.55% from 255 or 11.45% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #62671A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62671A is #9D98E5. Grayscale: #5D5D5D. Windows color (decimal): -10328294 or 1730402. OLE color: 1730402.

HSL color Cylindrical-coordinate representation of color #62671A: hue angle of 63.9º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62671A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB9810326-
CMYK0.0500.750.60
HSL63.9º59.69%25.29%-
HSV(B)63.9º74.76%40.39%-
XYZ10.0712.372.83-
YUV92.7390.34131.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 103 (40.62% from 255) = 45.37%
BLUE value IS 26 (10.55% from 255) = 11.45%
R=43.17%
G=45.37%
B=11.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98103260.0500.750.6063.959.6925.29
Hex62671A504B3C403c19
Octal1421473250113741007431
Binary110001011001111101010101001011111100100000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,103,26); }

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

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

 a { background-color: rgb(98,103,26); }

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

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

 span { border-color: rgb(98,103,26); }

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