#6A6908

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

Shades of Fiji Green #6A6908

Tints of Fiji Green #6A6908

Color information

#6A6908 (or 0x6A6908) is unknown color: approx Fiji Green. HEX triplet: 6A, 69 and 08. RGB value is (106,105,8). Sum of RGB (Red+Green+Blue) = 106+105+8=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 105 (41.41% from 255 or 47.95% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6908 is #9596F7. Grayscale: #5E5E5E. Windows color (decimal): -9803512 or 551274. OLE color: 551274.

HSL color Cylindrical-coordinate representation of color #6A6908: hue angle of 59.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A6908 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB1061058-
CMYK00.010.920.58
HSL59.39º85.96%22.35%-
HSV(B)59.39º92.45%41.57%-
XYZ11.0413.182.19-
YUV94.2479.33136.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.40%
GREEN value IS 105 (41.41% from 255) = 47.95%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=48.40%
G=47.95%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106105800.010.920.5859.3985.9622.35
Hex6A698015C3A3b5616
Octal1521511001134727312626
Binary110101011010011000011011100111010111011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,105,8); }

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

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

 a { background-color: rgb(106,105,8); }

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

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

 span { border-color: rgb(106,105,8); }

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