Html Css Color HEX #6A7816 Fiji Green

📋 copy color: '#6A7816'

red 106 ◦ green 120 ◦ blue 22

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

Shades of Fiji Green #6A7816

Tints of Fiji Green #6A7816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.39%

 BLUE value IS 22 (8.98% from 255) = 8.87%

R = 42.74%
G = 48.39%
B = 8.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#6A7816 (or 0x6A7816) is known color: Fiji Green. HEX triplet: 6A, 78 and 16. RGB value is (106,120,22). Sum of RGB (Red+Green+Blue) = 106+120+22=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7816 is #9587E9. Grayscale: #696969. Windows color (decimal): -9799658 or 1472618. OLE color: 1472618.

HSL color Cylindrical-coordinate representation of color #6A7816: hue angle of 68.57º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A7816 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 120 22 -
CMYK 0.12 0 0.82 0.53
HSL 68.57º 0.69% 0.28% -
HSV(B) 68.57º 0.82% 0.47% -
XYZ 12.81 16.56 3.28 -
YUV 104.64 81.36 128.97 -
System Red Green Blue C M Y K H S L
Decimal 106 120 22 0.12 0 0.82 0.53 68.57 0.69 0.28
Hex 6A 78 16 C 0 52 35 45 45 1C
Octal 152 170 26 14 0 122 65 105 105 34
Binary 1101010 1111000 10110 1100 0 1010010 110101 1000101 1000101 11100

Color Harmonies of #6A7816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7816

Black with #6A7816

Text Example


Text Example

White with #6A7816

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,22); }

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

background-color css

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

 a { background-color: rgb(106,120,22); }

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

border-color css

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

 span { border-color: rgb(106,120,22); }

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