#6A7C0F

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

Shades of Fiji Green #6A7C0F

Tints of Fiji Green #6A7C0F

Color information

#6A7C0F (or 0x6A7C0F) is unknown color: approx Fiji Green. HEX triplet: 6A, 7C and 0F. RGB value is (106,124,15). Sum of RGB (Red+Green+Blue) = 106+124+15=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7C0F is #9583F0. Grayscale: #6A6A6A. Windows color (decimal): -9798641 or 1014890. OLE color: 1014890.

HSL color Cylindrical-coordinate representation of color #6A7C0F: hue angle of 69.91º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A7C0F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB10612415-
CMYK0.1500.880.51
HSL69.91º78.42%27.25%-
HSV(B)69.91º87.9%48.63%-
XYZ13.2417.513.13-
YUV106.1976.54127.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 124 (48.83% from 255) = 50.61%
BLUE value IS 15 (6.25% from 255) = 6.12%
R=43.27%
G=50.61%
B=6.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106124150.1500.880.5169.9178.4227.25
Hex6A7CFF05833464e1b
Octal152174171701306310611633
Binary1101010111110011111111010110001100111000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,124,15); }

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

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

 a { background-color: rgb(106,124,15); }

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

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

 span { border-color: rgb(106,124,15); }

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