Html Css Color HEX #6A701B Fiji Green

📋 copy color: '#6A701B'

red 106 ◦ green 112 ◦ blue 27

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

Shades of Fiji Green #6A701B

Tints of Fiji Green #6A701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.02%

R = 43.27%
G = 45.71%
B = 11.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#6A701B (or 0x6A701B) is known color: Fiji Green. HEX triplet: 6A, 70 and 1B. RGB value is (106,112,27). Sum of RGB (Red+Green+Blue) = 106+112+27=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #6A701B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A701B is #958FE4. Grayscale: #646464. Windows color (decimal): -9801701 or 1798250. OLE color: 1798250.

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

Color convert

RGB 106 112 27 -
CMYK 0.05 0 0.76 0.56
HSL 64.24º 0.61% 0.27% -
HSV(B) 64.24º 0.76% 0.44% -
XYZ 11.94 14.73 3.25 -
YUV 100.52 86.51 131.91 -
System Red Green Blue C M Y K H S L
Decimal 106 112 27 0.05 0 0.76 0.56 64.24 0.61 0.27
Hex 6A 70 1B 5 0 4C 38 40 3D 1B
Octal 152 160 33 5 0 114 70 100 75 33
Binary 1101010 1110000 11011 101 0 1001100 111000 1000000 111101 11011

Color Harmonies of #6A701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A701B

Black with #6A701B

Text Example


Text Example

White with #6A701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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