#6B761A

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

Shades of Fiji Green #6B761A

Tints of Fiji Green #6B761A

Color information

#6B761A (or 0x6B761A) is unknown color: approx Fiji Green. HEX triplet: 6B, 76 and 1A. RGB value is (107,118,26). Sum of RGB (Red+Green+Blue) = 107+118+26=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 118 (46.48% from 255 or 47.01% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 118 - color contains mainly: green. Hex color #6B761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B761A is #9489E5. Grayscale: #686868. Windows color (decimal): -9734630 or 1734251. OLE color: 1734251.

HSL color Cylindrical-coordinate representation of color #6B761A: hue angle of 67.17º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B761A is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB10711826-
CMYK0.0900.780.54
HSL67.17º63.89%28.24%-
HSV(B)67.17º77.97%46.27%-
XYZ12.7316.163.43-
YUV104.2283.86129.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.63%
GREEN value IS 118 (46.48% from 255) = 47.01%
BLUE value IS 26 (10.55% from 255) = 10.36%
R=42.63%
G=47.01%
B=10.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118260.0900.780.5467.1763.8928.24
Hex6B761A904E3643401c
Octal153166321101166610310034
Binary11010111110110110101001010011101101101000011100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,26); }

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

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

 a { background-color: rgb(107,118,26); }

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

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

 span { border-color: rgb(107,118,26); }

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