Html Css Color HEX #6A6610 Fiji Green

📋 copy color: '#6A6610'

red 106 ◦ green 102 ◦ blue 16

#6A6610
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #6A6610

Tints of Fiji Green #6A6610

RGB

 RED value IS 106 (41.8% from 255) = 47.32%

 GREEN value IS 102 (40.23% from 255) = 45.54%

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 47.32%
G = 45.54%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6A6610 (or 0x6A6610) is known color: Fiji Green. HEX triplet: 6A, 66 and 10. RGB value is (106,102,16). Sum of RGB (Red+Green+Blue) = 106+102+16=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A6610 is #9599EF. Grayscale: #5D5D5D. Windows color (decimal): -9804272 or 1074794. OLE color: 1074794.

HSL color Cylindrical-coordinate representation of color #6A6610: hue angle of 57.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A6610 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 102 16 -
CMYK 0 0.04 0.85 0.58
HSL 57.33º 0.74% 0.24% -
HSV(B) 57.33º 0.85% 0.42% -
XYZ 10.79 12.6 2.35 -
YUV 93.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 106 102 16 0 0.04 0.85 0.58 57.33 0.74 0.24
Hex 6A 66 10 0 4 55 3A 39 4A 18
Octal 152 146 20 0 4 125 72 71 112 30
Binary 1101010 1100110 10000 0 100 1010101 111010 111001 1001010 11000

Color Harmonies of #6A6610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6610

Black with #6A6610

Text Example


Text Example

White with #6A6610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,102,16); }

 H1.HeaderClassName
 {
   color: #6A6610;
 }
 .AnyTagClassName
 {
   color: #6A6610;
 }
</style>

background-color css

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

 a { background-color: rgb(106,102,16); }

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

border-color css

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

 span { border-color: rgb(106,102,16); }

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