#6C7A1F

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

Shades of Fiji Green #6C7A1F

Tints of Fiji Green #6C7A1F

Color information

#6C7A1F (or 0x6C7A1F) is unknown color: approx Fiji Green. HEX triplet: 6C, 7A and 1F. RGB value is (108,122,31). Sum of RGB (Red+Green+Blue) = 108+122+31=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 122 (48.05% from 255 or 46.74% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 122 - color contains mainly: green. Hex color #6C7A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7A1F is #9385E0. Grayscale: #6B6B6B. Windows color (decimal): -9668065 or 2062956. OLE color: 2062956.

HSL color Cylindrical-coordinate representation of color #6C7A1F: hue angle of 69.23º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C7A1F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB10812231-
CMYK0.1100.750.52
HSL69.23º59.48%30%-
HSV(B)69.23º74.59%47.84%-
XYZ13.3917.213.91-
YUV107.4484.86128.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.38%
GREEN value IS 122 (48.05% from 255) = 46.74%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=41.38%
G=46.74%
B=11.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108122310.1100.750.5269.2359.4830
Hex6C7A1FB04B34453b1e
Octal15417237130113641057336
Binary1101100111101011111101101001011110100100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,122,31); }

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

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

 a { background-color: rgb(108,122,31); }

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

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

 span { border-color: rgb(108,122,31); }

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