#6E7E1B

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

Shades of Fiji Green #6E7E1B

Tints of Fiji Green #6E7E1B

Color information

#6E7E1B (or 0x6E7E1B) is unknown color: approx Fiji Green. HEX triplet: 6E, 7E and 1B. RGB value is (110,126,27). Sum of RGB (Red+Green+Blue) = 110+126+27=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7E1B is #9181E4. Grayscale: #6E6E6E. Windows color (decimal): -9535973 or 1801838. OLE color: 1801838.

HSL color Cylindrical-coordinate representation of color #6E7E1B: hue angle of 69.7º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E7E1B is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB11012627-
CMYK0.1300.790.51
HSL69.7º64.71%30%-
HSV(B)69.7º78.57%49.41%-
XYZ14.0918.323.83-
YUV109.9381.2128.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.83%
GREEN value IS 126 (49.61% from 255) = 47.91%
BLUE value IS 27 (10.94% from 255) = 10.27%
R=41.83%
G=47.91%
B=10.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110126270.1300.790.5169.764.7130
Hex6E7E1BD04F3346411e
Octal156176331501176310610136
Binary11011101111110110111101010011111100111000110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,126,27); }

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

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

 a { background-color: rgb(110,126,27); }

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

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

 span { border-color: rgb(110,126,27); }

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