Html Css Color HEX #6A7914 Fiji Green

📋 copy color: '#6A7914'

red 106 ◦ green 121 ◦ blue 20

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

Shades of Fiji Green #6A7914

Tints of Fiji Green #6A7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.99%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 42.91%
G = 48.99%
B = 8.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#6A7914 (or 0x6A7914) is known color: Fiji Green. HEX triplet: 6A, 79 and 14. RGB value is (106,121,20). Sum of RGB (Red+Green+Blue) = 106+121+20=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 121 (47.66% from 255 or 48.99% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 121 - color contains mainly: green. Hex color #6A7914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A7914 is #9586EB. Grayscale: #696969. Windows color (decimal): -9799404 or 1341802. OLE color: 1341802.

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

Color convert

RGB 106 121 20 -
CMYK 0.12 0 0.83 0.53
HSL 68.91º 0.72% 0.28% -
HSV(B) 68.91º 0.83% 0.47% -
XYZ 12.91 16.79 3.22 -
YUV 105 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 106 121 20 0.12 0 0.83 0.53 68.91 0.72 0.28
Hex 6A 79 14 C 0 53 35 45 48 1C
Octal 152 171 24 14 0 123 65 105 110 34
Binary 1101010 1111001 10100 1100 0 1010011 110101 1000101 1001000 11100

Color Harmonies of #6A7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7914

Black with #6A7914

Text Example


Text Example

White with #6A7914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,121,20); }

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

background-color css

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

 a { background-color: rgb(106,121,20); }

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

border-color css

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

 span { border-color: rgb(106,121,20); }

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