Html Css Color HEX #6A701F Fiji Green

📋 copy color: '#6A701F'

red 106 ◦ green 112 ◦ blue 31

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

Shades of Fiji Green #6A701F

Tints of Fiji Green #6A701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.45%

R = 42.57%
G = 44.98%
B = 12.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#6A701F (or 0x6A701F) is known color: Fiji Green. HEX triplet: 6A, 70 and 1F. RGB value is (106,112,31). Sum of RGB (Red+Green+Blue) = 106+112+31=249 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.57% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #6A701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A701F is #958FE0. Grayscale: #656565. Windows color (decimal): -9801697 or 2060394. OLE color: 2060394.

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

Color convert

RGB 106 112 31 -
CMYK 0.05 0 0.72 0.56
HSL 64.44º 0.57% 0.28% -
HSV(B) 64.44º 0.72% 0.44% -
XYZ 11.99 14.75 3.51 -
YUV 100.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 106 112 31 0.05 0 0.72 0.56 64.44 0.57 0.28
Hex 6A 70 1F 5 0 48 38 40 39 1C
Octal 152 160 37 5 0 110 70 100 71 34
Binary 1101010 1110000 11111 101 0 1001000 111000 1000000 111001 11100

Color Harmonies of #6A701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A701F

Black with #6A701F

Text Example


Text Example

White with #6A701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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