Html Css Color HEX #6A700E Fiji Green

📋 copy color: '#6A700E'

red 106 ◦ green 112 ◦ blue 14

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

Shades of Fiji Green #6A700E

Tints of Fiji Green #6A700E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 45.69%
G = 48.28%
B = 6.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#6A700E (or 0x6A700E) is known color: Fiji Green. HEX triplet: 6A, 70 and 0E. RGB value is (106,112,14). Sum of RGB (Red+Green+Blue) = 106+112+14=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #6A700E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A700E is #958FF1. Grayscale: #636363. Windows color (decimal): -9801714 or 946282. OLE color: 946282.

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

Color convert

RGB 106 112 14 -
CMYK 0.05 0 0.88 0.56
HSL 63.67º 0.78% 0.25% -
HSV(B) 63.67º 0.88% 0.44% -
XYZ 11.82 14.68 2.63 -
YUV 99.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 106 112 14 0.05 0 0.88 0.56 63.67 0.78 0.25
Hex 6A 70 E 5 0 58 38 40 4E 19
Octal 152 160 16 5 0 130 70 100 116 31
Binary 1101010 1110000 1110 101 0 1011000 111000 1000000 1001110 11001

Color Harmonies of #6A700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A700E

Black with #6A700E

Text Example


Text Example

White with #6A700E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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