Html Css Color HEX #6A700D Fiji Green

📋 copy color: '#6A700D'

red 106 ◦ green 112 ◦ blue 13

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

Shades of Fiji Green #6A700D

Tints of Fiji Green #6A700D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 45.89%
G = 48.48%
B = 5.63%

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

#6A700D (or 0x6A700D) is known color: Fiji Green. HEX triplet: 6A, 70 and 0D. RGB value is (106,112,13). Sum of RGB (Red+Green+Blue) = 106+112+13=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #6A700D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A700D is #958FF2. Grayscale: #636363. Windows color (decimal): -9801715 or 880746. OLE color: 880746.

HSL color Cylindrical-coordinate representation of color #6A700D: hue angle of 63.64º degrees, saturation: 0.79, 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 #6A700D is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 112 13 -
CMYK 0.05 0 0.88 0.56
HSL 63.64º 0.79% 0.25% -
HSV(B) 63.64º 0.88% 0.44% -
XYZ 11.81 14.68 2.59 -
YUV 98.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 106 112 13 0.05 0 0.88 0.56 63.64 0.79 0.25
Hex 6A 70 D 5 0 58 38 40 4F 19
Octal 152 160 15 5 0 130 70 100 117 31
Binary 1101010 1110000 1101 101 0 1011000 111000 1000000 1001111 11001

Color Harmonies of #6A700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A700D

Black with #6A700D

Text Example


Text Example

White with #6A700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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