Html Css Color HEX #6A701C Fiji Green

📋 copy color: '#6A701C'

red 106 ◦ green 112 ◦ blue 28

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

Shades of Fiji Green #6A701C

Tints of Fiji Green #6A701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 43.09%
G = 45.53%
B = 11.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#6A701C (or 0x6A701C) is known color: Fiji Green. HEX triplet: 6A, 70 and 1C. RGB value is (106,112,28). Sum of RGB (Red+Green+Blue) = 106+112+28=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #6A701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A701C is #958FE3. Grayscale: #646464. Windows color (decimal): -9801700 or 1863786. OLE color: 1863786.

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

Color convert

RGB 106 112 28 -
CMYK 0.05 0 0.75 0.56
HSL 64.29º 0.6% 0.27% -
HSV(B) 64.29º 0.75% 0.44% -
XYZ 11.95 14.74 3.31 -
YUV 100.63 87.01 131.83 -
System Red Green Blue C M Y K H S L
Decimal 106 112 28 0.05 0 0.75 0.56 64.29 0.6 0.27
Hex 6A 70 1C 5 0 4B 38 40 3C 1B
Octal 152 160 34 5 0 113 70 100 74 33
Binary 1101010 1110000 11100 101 0 1001011 111000 1000000 111100 11011

Color Harmonies of #6A701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A701C

Black with #6A701C

Text Example


Text Example

White with #6A701C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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