#6A7919

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

Shades of Fiji Green #6A7919

Tints of Fiji Green #6A7919

Color information

#6A7919 (or 0x6A7919) is unknown color: approx Fiji Green. HEX triplet: 6A, 79 and 19. RGB value is (106,121,25). Sum of RGB (Red+Green+Blue) = 106+121+25=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7919 is #9586E6. Grayscale: #696969. Windows color (decimal): -9799399 or 1669482. OLE color: 1669482.

HSL color Cylindrical-coordinate representation of color #6A7919: hue angle of 69.38º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A7919 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB10612125-
CMYK0.1200.790.53
HSL69.38º65.75%28.63%-
HSV(B)69.38º79.34%47.45%-
XYZ12.9616.813.48-
YUV105.5782.53128.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.06%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=42.06%
G=48.02%
B=9.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106121250.1200.790.5369.3865.7528.63
Hex6A7919C04F3545421d
Octal152171311401176510510235
Binary11010101111001110011100010011111101011000101100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A7919; }

 p { color: rgb(106,121,25); }

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

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

 a { background-color: rgb(106,121,25); }

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

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

 span { border-color: rgb(106,121,25); }

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