Html Css Color HEX #6A700C Fiji Green

📋 copy color: '#6A700C'

red 106 ◦ green 112 ◦ blue 12

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

Shades of Fiji Green #6A700C

Tints of Fiji Green #6A700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.22%

R = 46.09%
G = 48.7%
B = 5.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#6A700C (or 0x6A700C) is known color: Fiji Green. HEX triplet: 6A, 70 and 0C. RGB value is (106,112,12). Sum of RGB (Red+Green+Blue) = 106+112+12=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #6A700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6A700C is #958FF3. Grayscale: #636363. Windows color (decimal): -9801716 or 815210. OLE color: 815210.

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

Color convert

RGB 106 112 12 -
CMYK 0.05 0 0.89 0.56
HSL 63.6º 0.81% 0.24% -
HSV(B) 63.6º 0.89% 0.44% -
XYZ 11.8 14.68 2.56 -
YUV 98.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 106 112 12 0.05 0 0.89 0.56 63.6 0.81 0.24
Hex 6A 70 C 5 0 59 38 40 51 18
Octal 152 160 14 5 0 131 70 100 121 30
Binary 1101010 1110000 1100 101 0 1011001 111000 1000000 1010001 11000

Color Harmonies of #6A700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A700C

Black with #6A700C

Text Example


Text Example

White with #6A700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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