Html Css Color HEX #6A701D Fiji Green

📋 copy color: '#6A701D'

red 106 ◦ green 112 ◦ blue 29

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

Shades of Fiji Green #6A701D

Tints of Fiji Green #6A701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 42.91%
G = 45.34%
B = 11.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#6A701D (or 0x6A701D) is known color: Fiji Green. HEX triplet: 6A, 70 and 1D. RGB value is (106,112,29). Sum of RGB (Red+Green+Blue) = 106+112+29=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #6A701D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A701D is #958FE2. Grayscale: #656565. Windows color (decimal): -9801699 or 1929322. OLE color: 1929322.

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

Color convert

RGB 106 112 29 -
CMYK 0.05 0 0.74 0.56
HSL 64.34º 0.59% 0.28% -
HSV(B) 64.34º 0.74% 0.44% -
XYZ 11.96 14.74 3.38 -
YUV 100.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 106 112 29 0.05 0 0.74 0.56 64.34 0.59 0.28
Hex 6A 70 1D 5 0 4A 38 40 3B 1C
Octal 152 160 35 5 0 112 70 100 73 34
Binary 1101010 1110000 11101 101 0 1001010 111000 1000000 111011 11100

Color Harmonies of #6A701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A701D

Black with #6A701D

Text Example


Text Example

White with #6A701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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