#6A7B15

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

Shades of Fiji Green #6A7B15

Tints of Fiji Green #6A7B15

Color information

#6A7B15 (or 0x6A7B15) is unknown color: approx Fiji Green. HEX triplet: 6A, 7B and 15. RGB value is (106,123,21). Sum of RGB (Red+Green+Blue) = 106+123+21=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 123 (48.44% from 255 or 49.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7B15 is #9584EA. Grayscale: #6A6A6A. Windows color (decimal): -9798891 or 1407850. OLE color: 1407850.

HSL color Cylindrical-coordinate representation of color #6A7B15: hue angle of 70º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A7B15 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB10612321-
CMYK0.1400.830.52
HSL70º70.83%28.24%-
HSV(B)70º82.93%48.24%-
XYZ13.1617.283.35-
YUV106.2979.87127.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.4%
GREEN value IS 123 (48.44% from 255) = 49.2%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=42.4%
G=49.2%
B=8.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123210.1400.830.527070.8328.24
Hex6A7B15E0533446471c
Octal152173251601236410610734
Binary11010101111011101011110010100111101001000110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,123,21); }

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

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

 a { background-color: rgb(106,123,21); }

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

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

 span { border-color: rgb(106,123,21); }

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