#6A7B0A

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

Shades of Fiji Green #6A7B0A

Tints of Fiji Green #6A7B0A

Color information

#6A7B0A (or 0x6A7B0A) is unknown color: approx Fiji Green. HEX triplet: 6A, 7B and 0A. RGB value is (106,123,10). Sum of RGB (Red+Green+Blue) = 106+123+10=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 123 (48.44% from 255 or 51.46% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7B0A is #9584F5. Grayscale: #696969. Windows color (decimal): -9798902 or 686954. OLE color: 686954.

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

Color convert

RGB10612310-
CMYK0.1400.920.52
HSL69.03º84.96%26.08%-
HSV(B)69.03º91.87%48.24%-
XYZ13.0817.252.93-
YUV105.0474.37128.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.35%
GREEN value IS 123 (48.44% from 255) = 51.46%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=44.35%
G=51.46%
B=4.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106123100.1400.920.5269.0384.9626.08
Hex6A7BAE05C3445551a
Octal152173121601346410512532
Binary1101010111101110101110010111001101001000101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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