Html Css Color HEX #6A701A Fiji Green

📋 copy color: '#6A701A'

red 106 ◦ green 112 ◦ blue 26

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

Shades of Fiji Green #6A701A

Tints of Fiji Green #6A701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.9%

 BLUE value IS 26 (10.55% from 255) = 10.66%

R = 43.44%
G = 45.9%
B = 10.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6A701A (or 0x6A701A) is known color: Fiji Green. HEX triplet: 6A, 70 and 1A. RGB value is (106,112,26). Sum of RGB (Red+Green+Blue) = 106+112+26=244 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.44% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #6A701A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A701A is #958FE5. Grayscale: #646464. Windows color (decimal): -9801702 or 1732714. OLE color: 1732714.

HSL color Cylindrical-coordinate representation of color #6A701A: hue angle of 64.19º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A701A is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 26 -
CMYK 0.05 0 0.77 0.56
HSL 64.19º 0.62% 0.27% -
HSV(B) 64.19º 0.77% 0.44% -
XYZ 11.92 14.73 3.19 -
YUV 100.4 86.01 131.99 -
System Red Green Blue C M Y K H S L
Decimal 106 112 26 0.05 0 0.77 0.56 64.19 0.62 0.27
Hex 6A 70 1A 5 0 4D 38 40 3E 1B
Octal 152 160 32 5 0 115 70 100 76 33
Binary 1101010 1110000 11010 101 0 1001101 111000 1000000 111110 11011

Color Harmonies of #6A701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A701A

Black with #6A701A

Text Example


Text Example

White with #6A701A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,112,26); }

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

background-color css

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

 a { background-color: rgb(106,112,26); }

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

border-color css

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

 span { border-color: rgb(106,112,26); }

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